mirror of
https://github.com/evroon/bracket.git
synced 2026-04-26 02:07:13 -04:00
49 lines
1008 B
TOML
49 lines
1008 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.1.2"
|
|
click = ">=8.1.3"
|
|
databases = {extras = ["asyncpg"], version = "<=0.8.0"}
|
|
fastapi = ">=0.88.0"
|
|
fastapi-cache2 = ">=0.2.0"
|
|
fastapi-sso = ">=0.6.4"
|
|
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.3.1"
|
|
pluggy = "<=1.4.0"
|
|
pylint = ">=2.15.10"
|
|
pytest = "<=8.0.0"
|
|
pytest-asyncio = "<=0.21.1"
|
|
pytest-cov = ">=4.0.0"
|
|
pytest-xdist = ">=3.2.1"
|
|
ruff = ">=0.0.292"
|
|
vulture = ">=2.10"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|