Skip to content

Commit

Permalink
update requirements.txt (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored Aug 25, 2023
1 parent f551624 commit 87c0adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cffi==1.15.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
charset-normalizer==3.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
click==8.1.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
coincurve==18.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and (platform_system == "Windows" or sys_platform == "win32")
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and platform_system == "Windows" or python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
cryptography==41.0.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
ecdsa==0.18.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
environs==9.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
Expand Down Expand Up @@ -44,7 +44,7 @@ starlette==0.27.0 ; python_full_version >= "3.8.1" and python_full_version < "4.
typing-extensions==4.7.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
urllib3==2.0.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
uvicorn==0.18.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
websocket-client==1.6.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
wheel==0.41.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
websocket-client==1.6.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
wheel==0.41.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
win32-setctime==1.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
zipp==3.16.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"

0 comments on commit 87c0adc

Please sign in to comment.