#298 Add ability to chose matched rule

This commit is contained in:
nvbn
2015-07-28 22:04:27 +03:00
parent 4fc18cb4e7
commit 7933e963d8
10 changed files with 407 additions and 239 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ elif (3, 0) < version < (3, 3):
VERSION = '2.5.6'
install_requires = ['psutil', 'colorama', 'six']
install_requires = ['psutil', 'colorama', 'six', 'getch']
extras_require = {':python_version<"3.4"': ['pathlib']}
setup(name='thefuck',