diff --git a/requirements-test.txt b/requirements-test.txt index 1d6ed5c..7e29009 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,2 +1,7 @@ pytest -pytest-mock \ No newline at end of file +pytest-mock +jupyterlab_widgets +ipywidgets +pandas +Pillow +matplotlib \ No newline at end of file diff --git a/settings.ini b/settings.ini index 5d283e6..6db6ab9 100644 --- a/settings.ini +++ b/settings.ini @@ -7,7 +7,7 @@ author = xiaochen(ray) zhang author_email = b2ray2c@gmail.com copyright = xiaochen(ray) zhang branch = master -version = 1.0.7 +version = 1.0.8 min_python = 3.6 host = github audience = Developers @@ -18,4 +18,4 @@ status = 2 doc_path = docs lib_path = forgebox title = ForgeBox -requirements = category>=0.1.0 jupyterlab_widgets ipywidgets pandas Pillow matplotlib \ No newline at end of file +requirements = category>=0.1.0 \ No newline at end of file