federation/Pipfile
2021-04-18 20:12:01 +02:00

15 lines
220 B
TOML

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