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

Commit

Permalink
Hotfix/adding request package dependecies (#44)
Browse files Browse the repository at this point in the history
* added requests package to part of dependencies

* bumbed up the version
  • Loading branch information
mwaaas authored Jan 17, 2017
1 parent dd59497 commit 465f41c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,11 @@ Version 0.0.1.9.1
-----------------

Bug fix
- previous version fails when installing
- previous version fails when installing


Version 0.0.1.9.1
-----------------

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


def _strip_comments(l):
Expand Down

0 comments on commit 465f41c

Please sign in to comment.