mirror of
https://github.com/evroon/bracket.git
synced 2026-01-21 20:48:51 -05:00
49 lines
983 B
TOML
49 lines
983 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
aiofiles = ">=23.2.1"
|
|
types-aiofiles = ">=23.2.0.0"
|
|
aiohttp = ">=3.8.3"
|
|
aiopg = ">=1.4.0"
|
|
alembic = ">=1.13.1"
|
|
bcrypt = "4.2.1"
|
|
click = ">=8.1.3"
|
|
databases = {extras = ["asyncpg"], version = "<=0.8.0"}
|
|
fastapi = "0.115.6"
|
|
fastapi-cache2 = ">=0.2.0"
|
|
fastapi-sso = "0.17.0"
|
|
gunicorn = ">=20.1.0"
|
|
heliclockter = ">=1.3.0"
|
|
parameterized = ">=0.8.1"
|
|
passlib = ">=1.7.4"
|
|
pydantic = "<3.0.0"
|
|
pydantic_settings = "2.1.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]
|
|
aioresponses = "0.7.4"
|
|
mypy = "1.15.0"
|
|
pluggy = "1.5.0"
|
|
pylint = "3.3.1"
|
|
pytest = "8.3.4"
|
|
pytest-asyncio = "0.25.3"
|
|
pytest-cov = "6.0.0"
|
|
pytest-xdist = "3.6.1"
|
|
ruff = "0.9.1"
|
|
vulture = "2.14"
|
|
|
|
[requires]
|
|
python_version = "3.12"
|