Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Обновление версий пакетов в Pipfile (#90)
Browse files Browse the repository at this point in the history
* upgrade: package fastapi, websockets, pydantic
  • Loading branch information
stepanskryabin authored Jul 12, 2021
1 parent be6c3ba commit 04e2b89
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 139 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ flake8 = "*"

[packages]
uvicorn = "==0.12.1"
fastapi = "==0.61.1"
fastapi = "==0.65.2"
jinja2 = "==2.11.3"
aiofiles = "==0.5.0"
email-validator = "==1.1.1"
sqlobject = "==3.8.1"
loguru = "==0.5.3"
websockets = "==8.1"
websockets = "==9.1"
pydantic = "==1.6.2"

[requires]
python_version = "3.8"
Loading

0 comments on commit 04e2b89

Please sign in to comment.