2022-04-22 21:05:39 +02:00

39 lines
557 B
TOML

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