graphql_python_template/Pipfile
2020-10-22 13:07:38 +02:00

16 lines
207 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
yapf = "*"
[packages]
fastapi = "*"
uvicorn = "*"
graphene = "*"
pydantic = "*"
[requires]
python_version = "3.8"