mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
38 lines
571 B
TOML
38 lines
571 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]
|
|
devtools = {extras = ["pygments"], version = "*"}
|
|
isort = "*"
|
|
mypy = "*"
|
|
flake8 = "*"
|
|
black = "*"
|
|
safety = "*"
|
|
autoflake = "*"
|
|
pyupgrade = "*"
|
|
ipython = "*"
|
|
pylint = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|