Files
bracket/backend/Pipfile
2023-10-07 17:02:05 +02:00

45 lines
911 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiopg = ">=1.4.0"
alembic = ">=1.9.1"
click = ">=8.1.3"
databases = {extras = ["asyncpg"], version = ">=0.7.0"}
fastapi = ">=0.88.0"
fastapi-cache2 = ">=0.2.0"
fastapi-sso = ">=0.6.4"
gunicorn = ">=20.1.0"
heliclockter = ">=1.0.4"
parameterized = ">=0.8.1"
passlib = ">=1.7.4"
pydantic = "<2.0.0"
pyjwt = ">=2.6.0"
python-dotenv = ">=0.21.0"
python-multipart = ">=0.0.5"
sentry-sdk = ">=1.13.0"
sqlalchemy = "<2.0"
sqlalchemy-stubs = ">=0.4"
starlette = ">=0.22.0"
types-passlib = "*"
types-simplejson = ">=3.18.0"
uvicorn = ">=0.20.0"
[dev-packages]
aiohttp = ">=3.8.3"
aioresponses = ">=0.7.4"
black = ">=22.12.0"
isort = ">=5.11.4"
mypy = ">=1.3.1"
pylint = ">=2.15.10"
pytest = ">=7.2.0"
pytest-asyncio = ">=0.20.3"
pytest-cov = ">=4.0.0"
pytest-xdist = ">=3.2.1"
ruff = ">=0.0.292"
[requires]
python_version = "3.10"