summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-04-18 16:46:39 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2016-04-18 16:46:39 +0000
commit5c72a2cd53a6f904687fe6890ae89e1022d2fc12 (patch)
tree4a17b6b66e381108f9e6fb4f27a7e59618808849
parentbd58994a9e99c1faf152d107699e59541b424cef (diff)
downloadpython-fastimport-git-5c72a2cd53a6f904687fe6890ae89e1022d2fc12.tar.gz
Drop future dependency.
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index fc397b0..a27e766 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,4 @@ setup(name="fastimport",
author_email="bazaar@lists.canonical.com",
license="GNU GPL v2 or later",
url="https://launchpad.net/python-fastimport",
- requires=[
- 'future',
- ],
packages=['fastimport', 'fastimport.tests', 'fastimport.processors'])