federation/Pipfile
2020-11-14 16:43:58 +01:00

15 lines
193 B
TOML

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