aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-26 18:56:56 +0000
committerGravatar GitHub <[email protected]>2020-11-26 18:56:56 +0000
commit182da79739a134b8d574bf995601bc33b2f9a8c8 (patch)
tree26c57af0d6b4fa7a6d4f7d2b578b741662c01bfc /pyproject.toml
parentlinebreak in SCHEMA.md (diff)
parentAdd secretRef key to deployment.yaml (diff)
Merge pull request #1 from python-discord/docker-ci-deployment
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d8c3ac5..999f45c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,14 +6,15 @@ authors = ["Joe Banks <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
-python = "^3.8"
+python = "^3.9"
starlette = "^0.13.8"
nested_dict = "^1.61"
-uvicorn = "^0.12.2"
+uvicorn = {extras = ["standard"], version = "^0.12.2"}
pymongo = "^3.11.0"
python-dotenv = "^0.14.0"
pyjwt = "^1.7.1"
httpx = "^0.16.1"
+gunicorn = "^20.0.4"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"