Skip to content

Commit

Permalink
Revert "deps: py!=1.8.2,py!=1.9.0"
Browse files Browse the repository at this point in the history
This reverts commit e92e6e4.
  • Loading branch information
blueyed committed Jul 16, 2020
1 parent 3e17d0f commit 9aa5fc2
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 @@ -3,7 +3,7 @@
# TODO: if py gets upgrade to >=1.6,
# remove _width_of_current_line in terminal.py
INSTALL_REQUIRES = [
"py>=1.5.0,!=1.8.2,!=1.9.0",
"py>=1.5.0",
"packaging",
"attrs>=17.4.0", # should match oldattrs tox env.
"more-itertools>=4.0.0",
Expand Down

0 comments on commit 9aa5fc2

Please sign in to comment.