mirror of
https://github.com/rjNemo/graphql_python_template
synced 2026-06-06 02:26:47 +00:00
16 lines
232 B
TOML
16 lines
232 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
|
|
[packages]
|
|
fastapi = "==0.65.1"
|
|
uvicorn = "==0.13.4"
|
|
graphene = "2.1.8"
|
|
pydantic = "==1.8.2"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|