diff --git a/ChangeLog b/ChangeLog index d778bab..02d1e78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,4 +40,11 @@ Version 0.0.1.9.1 ----------------- Bug fix - - previous version fails when installing \ No newline at end of file + - previous version fails when installing + + +Version 0.0.1.9.1 +----------------- + +Bug fix + - adding missing package 'requests' in the dependencies list. \ No newline at end of file diff --git a/default.txt b/default.txt index 4bda7e6..84cdd69 100644 --- a/default.txt +++ b/default.txt @@ -5,3 +5,4 @@ djangorestframework>=3.5.3 structlog>=16.1.0 jinja2>=2.8 PyStaticConfiguration>=0.10.2 +requests>=2.12.3 diff --git a/setup.py b/setup.py index ee19414..be4cc28 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -__version__ = '0.0.1.9.1' +__version__ = '0.0.1.9.2' def _strip_comments(l):