kuba 8a39739b38 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	Pipfile.lock
2021-12-21 21:16:09 +01:00

38 lines
501 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
requests = "*"
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