From b09bf4e1c564091b10ac68430a552cb99f1b09d4 Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Fri, 3 Oct 2014 23:00:45 +0200 Subject: [PATCH] Revert "setup.py: add install_requires for ``future``" This reverts commit cd2dd96101d2e5f305cc328901553fa6867b1389. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1512bf5..cc736a6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ 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,