1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Bump to 3.28

This commit is contained in:
Vladimir Iakovlev 2018-11-29 23:43:39 +01:00
parent dfd31872a9
commit 8c1591fbe3

View File

@ -31,7 +31,7 @@ elif (3, 0) < version < (3, 4):
' ({}.{} detected).'.format(*version))
sys.exit(-1)
VERSION = '3.27'
VERSION = '3.28'
install_requires = ['psutil', 'colorama', 'six', 'decorator', 'pyte']
extras_require = {':python_version<"3.4"': ['pathlib2'],