diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2015-07-12 20:13:47 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2015-07-12 20:13:47 -0700 |
| commit | 07e98fc3f3f9445b596b71fce4c6f94ce246bb27 (patch) | |
| tree | eefcd18adaa49e9ebcbbd34ace809ee824694182 /setup.py | |
| parent | 6b95eba54a9e271939ead41260b10da74513cc9b (diff) | |
| download | isort-07e98fc3f3f9445b596b71fce4c6f94ce246bb27.tar.gz | |
Switch to using pie_slice, removing all dependencies
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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', |
