update requirements.txt (#308)

This commit is contained in:
callebtc
2023-08-25 23:51:20 +02:00
committed by GitHub
parent f551624132
commit 87c0adc60d

View File

@@ -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"
@@ -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"