mirror of
https://github.com/rjNemo/graphql_python_template
synced 2026-06-06 02:26:47 +00:00
16 lines
207 B
TOML
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"
|