Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/janaSunrise/HypixelIO into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
janaSunrise committed Jul 23, 2021
2 parents 47389e9 + b5474ea commit e54ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Extra dependencies
extras_require = {
"speedups": ["aiodns>=1.1", "Brotli==1.0.9", "cchardet==2.1.7"],
"cache": ["boto3==1.18.3", "pymongo==3.12.0", "redis==3.5.3"],
"cache": ["boto3==1.18.4", "pymongo==3.12.0", "redis==3.5.3"],
"async-cache": ["aiosqlite==0.17.0", "motor==2.4.0", "aioredis==1.3.1"],
}
extras_require["all"] = list(chain.from_iterable(extras_require.values()))
Expand Down

0 comments on commit e54ed18

Please sign in to comment.