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

Commit

Permalink
added yaml in dependecies list (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaaas authored Jan 18, 2017
1 parent fa7217f commit d1b5659
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ Version 0.0.1.9.3

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

Version 0.0.1.9.4
-----------------

Bug fix
- adding missing package 'yaml' in the dependencies list.
1 change: 1 addition & 0 deletions default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ django>=1.10
djangorestframework>=3.5.3
structlog>=16.1.0
jinja2>=2.8
PyYaml==3.12
PyStaticConfiguration>=0.10.2
requests>=2.12.3
celery==4.0.0rc3
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.3'
__version__ = '0.0.1.9.4'


def _strip_comments(l):
Expand Down

0 comments on commit d1b5659

Please sign in to comment.