Skip to content

Commit

Permalink
Merge pull request #12 from viur-framework/main
Browse files Browse the repository at this point in the history
udpate
  • Loading branch information
akelch authored May 9, 2024
2 parents 1a503bf + c265469 commit dabcefb
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 103 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[*]
charset = utf-8

[*.{js,py,html,email}]
indent_size = 4
indent_style = space
tab_width = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
indent_size = 4
indent_style = space
trim_trailing_whitespace = false
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

This file documents any relevant changes.
## [0.9.10] - 2024-05.06
- fix: Improve and refactor entrypoint to make --workers and --threads argument working #7

## [0.9.9] - 2024-01.18
- feat: added support timeout parameter
- refactor: Change pip version from exact to minimum conditions

## [0.9.8] - 2023-11.22
- feat: added support for custom environment variables

## [0.9.7] - 2023-10.27
- fix: readded subdomain support
- feat: added editorconf

## [0.9.6] - 2023-09-15
- fix: updated grpcio to support python 3.11
- fix: gunicorn will be patched on start up
Expand Down
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ author_email = ak@mausbrand.de
description = a lightweight web application launcher for gunicorn and static files.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/XeoN-GHMB/app_server
url = https://github.com/viur-framework/viur-app_server
project_urls =
Bug Tracker = https://github.com/XeoN-GHMB/app_server/issues
Bug Tracker = https://github.com/viur-framework/viur-app_server/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Expand All @@ -19,11 +19,11 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
werkzeug==2.3.7
pyyaml==6.0
gunicorn==21.2.0
fs==2.4.16
grpcio==1.58.0
werkzeug~=2.3.7
pyyaml~=6.0
gunicorn~=21.2.0
fs~=2.4.16
grpcio>=1.58.0

[options.packages.find]
where = src
Expand Down
Loading

0 comments on commit dabcefb

Please sign in to comment.