Browse Source

update requirements for python 3.11

boyska 1 year ago
parent
commit
137f6e050f
1 changed files with 17 additions and 4 deletions
  1. 17 4
      requirements.txt

+ 17 - 4
requirements.txt

@@ -1,10 +1,23 @@
 aiofiles==0.6.0
 aiohttp==3.7.4
+anyio==3.6.2
+async-timeout==3.0.1
+attrs==22.2.0
+chardet==3.0.4
 click==7.1.2
-fastapi==0.62.0
+fastapi==0.95.0
+greenlet==2.0.2
 h11==0.11.0
-pydantic==1.7.3
+idna==3.4
+iniconfig==2.0.0
+multidict==6.0.4
+packaging==23.0
+pluggy==1.0.0
+pydantic==1.10.0
+pytest==7.2.2
+sniffio==1.3.0
 SQLAlchemy==1.4.25
-starlette==0.13.6
-typing-extensions==3.7.4.3
+starlette==0.26.1
+typing_extensions==4.5.0
 uvicorn==0.13.1
+yarl==1.8.2