remove non-install requirement (fix #83)

This commit is contained in:
Nikita Melentev 2018-03-29 16:23:57 +03:00 committed by Alec Thomas
parent 5ae684c28e
commit 40889a2e94
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ setup(
author='Alec Thomas',
author_email='alec@swapoff.org',
install_requires=[
'setuptools >= 0.6b1',
'typing',
],
cmdclass={'test': PyTest},