mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
34 lines
597 B
TOML
34 lines
597 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 = {extras = ["email"], version = "*"}
|
|
httpx = "*"
|
|
asyncpg = "*"
|
|
sqlalchemy = "*"
|
|
pytest-asyncio = "*"
|
|
pytest-cov = "*"
|
|
python-jose = {extras = ["cryptography"], version = "*"}
|
|
passlib = {extras = ["bcrypt"], version = "*"}
|
|
python-multipart = "*"
|
|
autoflake = "*"
|
|
|
|
[dev-packages]
|
|
icecream = "*"
|
|
ipython = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|