diff --git a/lib/skyapi/setup.py b/lib/skyapi/setup.py index e977e624..b70b6cb6 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.dev05" +VERSION = "0.25.1.dev06" # To install the library, run the following # # python setup.py install @@ -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,