Skip to content

Commit

Permalink
[deploy] refs skycoin#131 Update skyapi requierements
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Jul 14, 2019
1 parent 5696bfc commit 9ca7831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/skyapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from os import path

NAME = "skyapi"
VERSION = "0.25.1.dev04"
VERSION = "0.25.1.dev05"
# To install the library, run the following
#
# python setup.py install
Expand Down
7 changes: 6 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
certifi >= 14.05.14
six >= 1.10
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.15.1

coverage>=4.0.3
nose>=1.3.7
pluggy>=0.3.1
Expand All @@ -12,5 +18,4 @@ wheel
autopep8
pylint
yamllint
urllib3

0 comments on commit 9ca7831

Please sign in to comment.