diff --git a/README.md b/README.md index 72ca872..c013d9c 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ A set of ldap utilities and modules to deal with VSC LDAP. -### Build Status -- Python 2.6 : [![Build Status](https://jenkins1.ugent.be/job/vsc-ldap-python26/badge/icon)](https://jenkins1.ugent.be/job/vsc-ldap-python26/) -- Python 2.7 : [![Build Status](https://jenkins1.ugent.be/job/vsc-ldap-python27/badge/icon)](https://jenkins1.ugent.be/job/vsc-ldap-python27/) - This repository is part of the VSC tools, which are common tools used within our organization. diff --git a/setup.py b/setup.py index eca1722..e0e9ea1 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ 'install_requires': [ 'vsc-base >= 3.0.2', 'vsc-utils >= 2.0.0', - 'future >= 0.16.0', 'python-ldap', ], 'version': '2.2.3',