2021-12-26 09:40:09 +01:00

39 lines
523 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
pydantic = "==1.8.2"
httptools = "*"
httpx = "*"
uvicorn = "*"
uvloop = "*"
asyncpg = "*"
sqlalchemy = "*"
alembic = "*"
eventlet = "*"
aioredis = "*"
rich = "*"
pytest-cov = "*"
pylint = "*"
[dev-packages]
isort = "*"
mypy = "*"
flake8 = "*"
flake8-fastapi = "*"
black = "*"
safety = "*"
autoflake = "*"
pyupgrade = "*"
icecream = "*"
ipython = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true