Skip to content

Commit

Permalink
hotfix : requirements depedencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Jan 27, 2024
1 parent 415554e commit 62630ab
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 @@ -2,13 +2,13 @@ aiohttp==3.9.1
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.2.0
async-timeout==4.0.3 ; python_version >= "3.11" and python_full_version <= "3.11.2"
async-timeout==4.0.3
attrs==23.2.0
cachetools==5.3.2
certifi==2023.11.17
cfgv==3.4.0
charset-normalizer==3.3.2
colorama==0.4.6 and (sys_platform == "win32" or platform_system == "Windows")
colorama==0.4.6
coverage==7.4.0
dataclasses-json==0.6.3
discord-py==2.3.2
Expand All @@ -32,7 +32,7 @@ google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.62.0
googleapis-common-protos[grpc]==1.62.0
greenlet==3.0.3 and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
greenlet==3.0.3
grpc-google-iam-v1==0.13.0
grpcio-status==1.60.0
grpcio==1.60.0
Expand Down

0 comments on commit 62630ab

Please sign in to comment.