mirror of
https://github.com/rjNemo/graphql_python_template
synced 2026-06-06 02:26:47 +00:00
deps: update
This commit is contained in:
parent
2e7720d342
commit
14bc5fd657
1 changed files with 5 additions and 5 deletions
10
Pipfile
10
Pipfile
|
|
@ -7,10 +7,10 @@ verify_ssl = true
|
||||||
black = "*"
|
black = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
fastapi = "*"
|
fastapi = "==0.65.1"
|
||||||
uvicorn = "*"
|
uvicorn = "==0.13.4"
|
||||||
graphene = "*"
|
graphene = "2.1.8"
|
||||||
pydantic = "*"
|
pydantic = "==1.8.2"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.8"
|
python_version = "3.9"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue