Skip to content

Commit

Permalink
require specific range/version of aiohttp and cachetools to prevent p…
Browse files Browse the repository at this point in the history
…ython 3.8 deprecation warning in tests
  • Loading branch information
SharpBit committed Mar 10, 2019
1 parent 8310331 commit 7899d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brawlstats/constants.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp>=2.3.0
aiohttp>=3.5.2,<3.6.0
requests
python-box
cachetools
cachetools==3.1.0

0 comments on commit 7899d3b

Please sign in to comment.