Skip to content

Commit

Permalink
refactor: convert to wrapt
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 10, 2020
1 parent 4d07e07 commit c0907b2
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 168 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ black = "*"
[packages]
aiohttp = "*"
backoff = "*"
wrapt = "*"

[pipenv]
allow_prereleases = true
28 changes: 17 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
VERSION = None

# What packages are required for this module to be executed?
REQUIRED = ["aiohttp"]
REQUIRED = ["aiohttp", "backoff", "wrapt"]

# What packages are optional?
EXTRAS = {
Expand Down
Loading

0 comments on commit c0907b2

Please sign in to comment.