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 = "*" 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"