From 9ca783181b2b4dbc7291544207957c38dbe9130d Mon Sep 17 00:00:00 2001 From: Marcos Maceo Date: Sun, 14 Jul 2019 14:53:13 -0400 Subject: [PATCH] [deploy] refs #131 Update skyapi requierements --- lib/skyapi/setup.py | 2 +- requirements.dev.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/skyapi/setup.py b/lib/skyapi/setup.py index 796cbd87..e977e624 100644 --- a/lib/skyapi/setup.py +++ b/lib/skyapi/setup.py @@ -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 diff --git a/requirements.dev.txt b/requirements.dev.txt index ac42eb4a..2a5944b7 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -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 @@ -12,5 +18,4 @@ wheel autopep8 pylint yamllint -urllib3