Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Hotfix/add celery in dependency list (#45)
Browse files Browse the repository at this point in the history
* added celery in the dependencie list

* bumped up version
  • Loading branch information
mwaaas authored Jan 17, 2017
1 parent 465f41c commit fa7217f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ Bug fix
- previous version fails when installing


Version 0.0.1.9.1
Version 0.0.1.9.2
-----------------

Bug fix
- adding missing package 'requests' in the dependencies list.

Version 0.0.1.9.3
-----------------

Bug fix
- adding missing package 'requests' in the dependencies list.
- adding missing package 'celery' in the dependencies list.
1 change: 1 addition & 0 deletions default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ structlog>=16.1.0
jinja2>=2.8
PyStaticConfiguration>=0.10.2
requests>=2.12.3
celery==4.0.0rc3
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-r default.txt
gunicorn==19.6.0
celery==4.0.0rc3
psycopg2==2.6.2
sphinx==1.5.1
sphinx-autobuild==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

__version__ = '0.0.1.9.2'
__version__ = '0.0.1.9.3'


def _strip_comments(l):
Expand Down

0 comments on commit fa7217f

Please sign in to comment.