diff --git a/setup.py b/setup.py index 1512bf5..cc736a6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup(name = 'pytimeparse', author_email = 'wildwilhelm@gmail.com', url = 'https://github.com/wroberts/pytimeparse', packages = ['pytimeparse'], - install_requires = ['future'], license = 'MIT', install_requires = INSTALL_REQUIRES, long_description = LONG_DESCRIPTION,