Skip to content

Commit

Permalink
feat(update): gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed May 30, 2024
1 parent 5afd3a3 commit f36d402
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ authors = ["Christian Oertlin <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
sqlalchemy = "^2.0.29"
aiofiles = "^23.2.1"
bcrypt = "^4.1.2"
bump2version = "^1.0.1"
click = "^8.1.7"
starlette = "^0.37.2"
coloredlogs = "^15.0.1"
email-validator = "^2.1.1"
fastapi = ">=0.109.1"
google-auth = "^2.29.0"
gunicorn = "^21.2.0"
gunicorn = "*"
httptools = "^0.6.1"
numpy = "^1.26.4"
openpyxl = "^3.1.2"
passlib = "^1.7.4"
pydantic = "^2.6.4"
pydantic-settings = "^2.2.1"
pymysql = "^1.1.0"
python = "^3.11"
python-dotenv = "^1.0.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
python-multipart = "^0.0.9"
pyyaml = "^6.0.1"
requests = "^2.31.0"
sqlalchemy = "^2.0.29"
sqlalchemy-utils = "^0.41.2"
starlette = "^0.37.2"
uvicorn = "^0.29.0"
uvloop = "^0.19.0"
sqlalchemy-utils = "^0.41.2"
pydantic-settings = "^2.2.1"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f36d402

Please sign in to comment.