Skip to content

Commit 732aa02

Browse files
committed
merge setup.py changes
1 parent 864bd2a commit 732aa02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/dotmesh-io/dotscience-python",
1717
packages=setuptools.find_packages(),
18-
tests_require=['pytest', 'hypothesis'],
18+
install_requires=['jsonrpcclient[requests]', 'requests', 'datadots-api>=0.2.1'],
19+
tests_require=['pytest', 'hypothesis', 'jsonrpcclient[requests]', 'requests', 'datadots-api>=0.2.1'],
1920
zip_safe=True,
2021
classifiers=[
2122
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)