mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 15:22:37 +03:00
19 lines
280 B
TOML
19 lines
280 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
fastapi = "*"
|
|
uvicorn = "*"
|
|
sqlalchemy = "*"
|
|
databases = {extras = ["postgresql"], version = "*"}
|
|
asyncpg = "*"
|
|
pydantic = "*"
|
|
psycopg2 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|