Skip to content

Commit

Permalink
get rid of unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Nov 16, 2023
1 parent 5947af8 commit 4bec0c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
}
Expand Down

0 comments on commit 4bec0c4

Please sign in to comment.