Spaces:
Runtime error
Runtime error
File size: 322 Bytes
15ea62b d67439e 15ea62b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
python-dotenv = "*"
sqlalchemy = "*"
psycopg2-binary = "*"
pytest = "*"
pytest-cov = "*"
faker = "*"
requests-mock = "*"
uvicorn = {extras = ["standard"], version = "*"}
[dev-packages]
[requires]
python_version = "3.9"
|