-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix python 3.10 bug by updating dependencies(#104)
- Loading branch information
Showing
10 changed files
with
88 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,54 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile | ||
# | ||
aiofiles==0.7.0 # via -r requirements.in | ||
asgiref==3.3.4 # via uvicorn | ||
cffi==1.14.5 # via cryptography | ||
click==8.0.1 # via uvicorn | ||
cryptography==3.4.7 # via -r requirements.in | ||
fastapi==0.65.1 # via -r requirements.in | ||
h11==0.12.0 # via uvicorn | ||
httptools==0.2.0 # via uvicorn | ||
pycparser==2.20 # via cffi | ||
pydantic==1.8.2 # via fastapi | ||
python-dotenv==0.17.1 # via uvicorn | ||
pyyaml==5.4.1 # via uvicorn | ||
starlette==0.14.2 # via fastapi | ||
typing-extensions==3.10.0.0 # via pydantic | ||
uvicorn[standard]==0.14.0 # via -r requirements.in | ||
uvloop==0.15.2 # via uvicorn | ||
watchgod==0.7 # via uvicorn | ||
websockets==9.1 # via -r requirements.in, uvicorn | ||
aiofiles==0.8.0 | ||
# via -r requirements.in | ||
anyio==3.6.1 | ||
# via | ||
# starlette | ||
# watchgod | ||
asgiref==3.5.2 | ||
# via uvicorn | ||
cffi==1.15.0 | ||
# via cryptography | ||
click==8.1.3 | ||
# via uvicorn | ||
cryptography==37.0.3 | ||
# via -r requirements.in | ||
fastapi==0.78.0 | ||
# via -r requirements.in | ||
h11==0.13.0 | ||
# via uvicorn | ||
httptools==0.4.0 | ||
# via uvicorn | ||
idna==3.3 | ||
# via anyio | ||
pycparser==2.21 | ||
# via cffi | ||
pydantic==1.9.1 | ||
# via fastapi | ||
python-dotenv==0.20.0 | ||
# via uvicorn | ||
pyyaml==6.0 | ||
# via uvicorn | ||
sniffio==1.2.0 | ||
# via anyio | ||
starlette==0.19.1 | ||
# via fastapi | ||
typing-extensions==4.2.0 | ||
# via | ||
# pydantic | ||
# starlette | ||
uvicorn[standard]==0.17.6 | ||
# via -r requirements.in | ||
uvloop==0.16.0 | ||
# via uvicorn | ||
watchgod==0.8.2 | ||
# via uvicorn | ||
websockets==10.3 | ||
# via | ||
# -r requirements.in | ||
# uvicorn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters