Files
bracket/backend/Pipfile
2023-01-16 16:35:44 +01:00

41 lines
821 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.2.0"
gunicorn = ">=20.1.0"
uvicorn = ">=0.20.0"
starlette = ">=0.22.0"
sqlalchemy = "<2.0"
sqlalchemy-stubs = ">=0.4"
pydantic = ">=1.10.4"
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 = ">=0.0.5"
parameterized = ">=0.8.1"
[dev-packages]
mypy = ">=0.991"
black = ">=22.12.0"
isort = ">=5.11.4"
pylint = ">=2.15.10"
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"