From 4bec0c49a36a1706f5bc9b1534ee1eaa0985e56b Mon Sep 17 00:00:00 2001 From: Wouter Depypere Date: Thu, 16 Nov 2023 08:38:22 +0100 Subject: [PATCH] get rid of unneeded dependency --- README.md | 4 ---- setup.py | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) 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 afa0754..5b4d1dc 100644 --- a/setup.py +++ b/setup.py @@ -40,10 +40,9 @@ 'install_requires': [ 'vsc-base >= 3.0.2', 'vsc-utils >= 2.0.0', - 'future >= 0.16.0', 'python-ldap', ], - 'version': '2.2.2', + 'version': '2.2.3', 'author': [ag, kh, sdw, wdp, jt], 'maintainer': [ag], }