2021-05-30 17:22:52 +02:00

30 lines
422 B
TOML

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