Skip to content

Commit

Permalink
Unpin wrapt in install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos committed Aug 14, 2019
1 parent 66fb954 commit ad4538e
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 @@ -10,7 +10,7 @@
except (ImportError, OSError):
README = open(os.path.join(os.path.dirname(__file__), "README.md"), "r").read()

install_requires = ["wrapt==1.11.2"]
install_requires = ["wrapt"]
if sys.version_info[0] == 2:
install_requires.append("futures")

Expand Down

0 comments on commit ad4538e

Please sign in to comment.