Skip to content

Commit

Permalink
deps: py!=1.8.2,py!=1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jun 30, 2020
1 parent 6063ec3 commit e92e6e4
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",
"py>=1.5.0,!=1.8.2,!=1.9.0",
"packaging",
"attrs>=17.4.0", # should match oldattrs tox env.
"more-itertools>=4.0.0",
Expand Down

0 comments on commit e92e6e4

Please sign in to comment.