deps: update

This commit is contained in:
Ruidy 2021-05-31 09:15:31 +02:00
parent 2e7720d342
commit 14bc5fd657

10
Pipfile
View file

@ -7,10 +7,10 @@ verify_ssl = true
black = "*"
[packages]
fastapi = "*"
uvicorn = "*"
graphene = "*"
pydantic = "*"
fastapi = "==0.65.1"
uvicorn = "==0.13.4"
graphene = "2.1.8"
pydantic = "==1.8.2"
[requires]
python_version = "3.8"
python_version = "3.9"