Files
bracket/backend/Pipfile
2022-12-27 13:25:32 +01:00

40 lines
740 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiopg = "1.4.0"
fastapi = "0.88.0"
fastapi-cache2 = "0.1.9"
gunicorn = "20.1.0"
uvicorn = "0.20.0"
starlette = "0.22.0"
sqlalchemy = "1.4.45"
sqlalchemy-stubs = "0.4"
pydantic = "1.10.2"
heliclockter = "1.0.4"
alembic = "1.9.1"
types-simplejson = "3.18.0"
python-dotenv = "0.21.0"
databases = {extras = ["asyncpg"], version = "0.7.0"}
passlib = "1.7.4"
types-passlib = "*"
pyjwt = "2.6.0"
click = "8.1.3"
python-multipart = "*"
[dev-packages]
mypy = "0.991"
black = "22.12.0"
isort = "5.11.4"
pylint = "2.15.9"
pytest = "7.2.0"
pytest-cov = "4.0.0"
pytest-asyncio = "0.20.3"
aiohttp = "3.8.3"
aioresponses = "0.7.4"
[requires]
python_version = "3.10"