forked from cloud-bulldozer/snappy-data-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 713 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 713 Bytes
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
[tool.poetry]
name = "snappy-data-server"
version = "0.2.1"
description = "python file server"
authors = ["mleader <mleader@redhat.com>"]
license = "Apache License 2.0"
include = [
"LICENSE"
]
[tool.poetry.dependencies]
python = "^3.7.1"
aiofiles = "^0.7.0"
databases = "^0.4.3"
environs = "^9.3.2"
fastapi = "^0.65.1"
fastapi-users = "^6.1.0"
fastapi-utils = "^0.2.1"
python-multipart = "^0.0.5"
Flask-AutoIndex = "^0.6.6"
asyncpg = "^0.23.0"
psycopg2 = "^2.8.6"
tenacity = "^7.0.0"
uvicorn = "^0.14.0"
uvloop = "^0.15.2"
httptools = "^0.2.0"
vyper-config = "^1.0.0"
[tool.poetry.dev-dependencies]
watchgod = "^0.7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"