Skip to content
Snippets Groups Projects
Verified Commit a7984f7b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Require ldapdb 0.9.3.

parent bc47872c
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) ...@@ -5,7 +5,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='ticdesk', name='ticdesk',
version='0.8', version='0.8.1',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
author='Teckids e.V.', author='Teckids e.V.',
...@@ -15,7 +15,7 @@ setup( ...@@ -15,7 +15,7 @@ setup(
'django_cron', 'django_cron',
'django-auth-ldap', 'django-auth-ldap',
'django-bootstrap3', 'django-bootstrap3',
'django-ldapdb2>=0.9.2', 'django-ldapdb2>=0.9.3',
'django-leaflet', 'django-leaflet',
'django-localflavor', 'django-localflavor',
'django-tables2', 'django-tables2',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment