Skip to content

Commit

Permalink
Constrain more_itertools for Python 2.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Brightman committed Feb 12, 2019
1 parent dc8af18 commit b4be228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"six>=1.10.0",
"setuptools",
"attrs>=17.4.0",
"more-itertools>=4.0.0",
'more-itertools>=4.0.0,<6.0.0;python_version<="2.7"',
'more-itertools>=4.0.0;python_version>"2.7"',
"atomicwrites>=1.0",
'funcsigs;python_version<"3.0"',
'pathlib2>=2.2.0;python_version<"3.6"',
Expand Down

0 comments on commit b4be228

Please sign in to comment.