gvaldap/requirements/base.txt
Jan Dittberner 1575725bcb add celery tasks
- add celery application code in gvaldap.celery
- add osusers app to mimic the osusers code in the main gnuviechadmin code
- add celery configuration settings to gvaldap.settings.base
- add osusers.models.Group and osusers.models.User
- add osusers.tasks.create_ldap_group and osusers.tasks.create_ldap_user
- add billiard, kombu and pytz to requirements/base.txt
2014-05-30 12:12:21 +02:00

13 lines
201 B
Plaintext

Django==1.6.5
django-ldapdb==0.3.2
bpython==0.13
django-braces==1.4.0
django-model-utils==2.0.3
logutils==0.3.3
South==0.8.4
celery==3.1.11
passlib==1.6.2
billiard==3.3.0.17
kombu==3.0.16
pytz==2014.3