Skip to content

Commit

Permalink
[deploy] refs skycoin#131 Update install_requires in setup skyapi'
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Jul 15, 2019
1 parent 9ca7831 commit 6b284b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.dev05"
VERSION = "0.25.1.dev06"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -41,6 +41,7 @@
keywords=["OpenAPI", "OpenAPI-Generator", "Skycoin REST API."],
setup_requires=["pytest-runner"],
tests_require=REQUIRES,
install_requires=REQUIRES,
packages=find_packages(),
include_package_data=True,
long_description=long_description,
Expand Down

0 comments on commit 6b284b6

Please sign in to comment.