summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 22:59:10 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 22:59:10 -0700
commit8385818445e9a28d1cc6479b37dbaeddbb6b2de7 (patch)
tree6441d20e700393f2cdde2d3306ac54eb6c007011 /setup.py
parente6ab66575f18364841ebbcfd3ca2190d8c7cf6d7 (diff)
parent2432ca510130001cc4f5b2997724954a68112f02 (diff)
downloadisort-custom-sections.tar.gz
Merge in latest changes from developcustom-sections
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)