summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f51220f7..6daad883 100755
--- a/setup.py
+++ b/setup.py
@@ -57,8 +57,6 @@ setup(name='isort',
'distutils.commands': ['isort = isort.main:ISortCommand'],
},
packages=['isort'],
- requires=['pies', 'natsort'],
- install_requires=['pies>=2.6.2', 'natsort>=3.0.0'],
cmdclass={'test': PyTest},
keywords='Refactor, Python, Python2, Python3, Refactoring, Imports, Sort, Clean',
classifiers=['Development Status :: 6 - Mature',
@@ -76,6 +74,7 @@ setup(name='isort',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities'],
**PyTest.extra_kwargs)