-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
43 lines (40 loc) · 999 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "yhat_webserver"
version = "0.1.0"
description = ""
authors = ["Matthew Chung <matt@yhat.pub>"]
[tool.poetry.dependencies]
python = "^3.9"
pip = "^21.1.4"
yhat_params = {git = "https://github.com/yhatpub/yhat_params.git", rev = "87c3422f3626eb05aa78b9fb730b1a779bf00098"}
fastapi = "^0.70.0"
pydantic = "^1.8.2"
uvicorn = "^0.14.0"
asyncpg = "^0.23.0"
PyJWT = "^2.1.0"
python-dotenv = "^0.17.1"
PyGithub = "^1.55"
SQLAlchemy = "^1.4.19"
typer = "^0.3.2"
httpx = "^0.18.1"
boto3 = "^1.17.97"
docker = "^5.0.0"
nbconvert = "^6.0.7"
ipython = "^7.24.1"
aiofiles = "^0.7.0"
aio-pika = "^6.8.0"
psycopg2-binary = "^2.9.1"
opencv-python-headless = "^4.5.2"
Pillow = "^8.2.0"
tqdm = "^4.61.1"
websockets = "^9.1"
nest-asyncio = "^1.5.1"
gunicorn = "^20.1.0"
ec2-metadata = "^2.5.0"
[tool.poetry.dev-dependencies]
pytest-asyncio = "^0.15.1"
async-asgi-testclient = "^1.4.6"
pytest = "^6.2.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"