Skip to content

Commit

Permalink
Install uvicorn for async deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara authored and joaquimds committed Mar 8, 2024
1 parent e80910c commit 102b1f5
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 36 deletions.
125 changes: 90 additions & 35 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ requests-cache = "^0.9.6"
Pillow = "^10.2.0"
python-magic = "^0.4.27"
tqdm = "^4.64.1"
pandas = "^1.5.1"
openpyxl = "^3.0.10"
mysoc-dataset = "^0.3.0"
django-jsonform = "^2.15.0"
Expand All @@ -33,6 +32,8 @@ python-benedict = "^0.33.2"
gunicorn = "^21.2.0"
whitenoise = "^6.6.0"
setuptools = "^69.1.1"
uvicorn = "^0.27.1"
pandas = "^2.2.1"

[tool.poetry.dev-dependencies]
django-debug-toolbar = "^3.7.0"
Expand Down

0 comments on commit 102b1f5

Please sign in to comment.