Skip to content

Commit

Permalink
#N/A: Lock pyte<=0.8.0 for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Jun 8, 2022
1 parent 06cb50b commit 1a1b520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@

VERSION = '3.32'

install_requires = ['psutil', 'colorama', 'six', 'decorator', 'pyte']
install_requires = ['psutil', 'colorama', 'six']
extras_require = {':python_version<"3.4"': ['pathlib2'],
':python_version<"3.3"': ['backports.shutil_get_terminal_size'],
':python_version<="2.7"': ['decorator<5'],
':python_version<="2.7"': ['decorator<5', 'pyte<0.8.1'],
':python_version>"2.7"': ['decorator', 'pyte'],
":sys_platform=='win32'": ['win_unicode_console']}

setup(name='thefuck',
Expand Down

0 comments on commit 1a1b520

Please sign in to comment.