Skip to content

Commit 5ee044e

Browse files
committed
move requirements to setup.py
1 parent 06a2edf commit 5ee044e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,16 @@ def get_version_and_cmdclass(package_name):
4040
"bokeh",
4141
"matplotlib",
4242
"plotly",
43-
]
43+
],
44+
"testing": [
45+
"pexpect",
46+
"pytest",
47+
"pytest-cov",
48+
"pytest-randomly",
49+
"pytest-timeout",
50+
"pre_commit",
51+
],
52+
"other": ["ipyparallel", "distributed", "scikit-optimize"],
4453
}
4554

4655

test-requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)