summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 20:13:47 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 20:13:47 -0700
commit07e98fc3f3f9445b596b71fce4c6f94ce246bb27 (patch)
treeeefcd18adaa49e9ebcbbd34ace809ee824694182 /setup.py
parent6b95eba54a9e271939ead41260b10da74513cc9b (diff)
downloadisort-07e98fc3f3f9445b596b71fce4c6f94ce246bb27.tar.gz
Switch to using pie_slice, removing all dependencies
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ce0f99aa..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'],
- 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',