update requirements for python 3.11
This commit is contained in:
parent
c27b8e20ce
commit
137f6e050f
1 changed files with 17 additions and 4 deletions
|
@ -1,10 +1,23 @@
|
||||||
aiofiles==0.6.0
|
aiofiles==0.6.0
|
||||||
aiohttp==3.7.4
|
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
|
click==7.1.2
|
||||||
fastapi==0.62.0
|
fastapi==0.95.0
|
||||||
|
greenlet==2.0.2
|
||||||
h11==0.11.0
|
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
|
SQLAlchemy==1.4.25
|
||||||
starlette==0.13.6
|
starlette==0.26.1
|
||||||
typing-extensions==3.7.4.3
|
typing_extensions==4.5.0
|
||||||
uvicorn==0.13.1
|
uvicorn==0.13.1
|
||||||
|
yarl==1.8.2
|
||||||
|
|
Loading…
Reference in a new issue