Skip to content

Commit

Permalink
Require funcsigs>=1.0 on Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Feb 24, 2019
1 parent 63e7f8e commit ede6387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/4815.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
``funcsigs>=1.0`` is now required for Python 2.7.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'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"',
'funcsigs>=1.0;python_version<"3.0"',
'pathlib2>=2.2.0;python_version<"3.6"',
'colorama;sys_platform=="win32"',
]
Expand Down

0 comments on commit ede6387

Please sign in to comment.