Skip to content

Commit

Permalink
fix requirements for premerging
Browse files Browse the repository at this point in the history
  • Loading branch information
simodalla committed Mar 3, 2017
1 parent c3eebdb commit f27ecc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openhelpdesk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.9.3'
__version__ = '0.9.9'

default_app_config = 'openhelpdesk.apps.OpenHelpdeskConfig'
6 changes: 3 additions & 3 deletions requirements/requirements_production.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
django==1.10.6
mezzanine==4.2.2
psycopg2==2.6.2
django-model-utils>=2.5
django-model-utils==2.6.1
django-braces==1.10.0
django-autocomplete-light==3.0.4
django_waffle==0.11
celery
django_celery_email
celery==4.0.2
django_celery_email==1.1.5
django_tinymce==2.4.0

0 comments on commit f27ecc8

Please sign in to comment.