Skip to content
Snippets Groups Projects
Commit 72a71ca6 authored by tuhe's avatar tuhe
Browse files

Updated requirements

parent 6b0c69d8
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ setuptools.setup( ...@@ -38,7 +38,7 @@ setuptools.setup(
packages=setuptools.find_packages(where="src"), packages=setuptools.find_packages(where="src"),
python_requires=">=3.8", python_requires=">=3.8",
license="MIT", license="MIT",
install_requires=['numpy', 'tabulate', "pyfiglet", "coverage", "colorama", 'tqdm', 'importnb', 'requests', install_requires=['numpy', 'tabulate', "pyfiglet", "coverage", "colorama", 'tqdm', 'importnb', 'requests', "pandas",
'watchdog', 'flask_socketio', 'flask', 'Werkzeug', 'diskcache', # These are for the dashboard. 'watchdog', 'flask_socketio', 'flask', 'Werkzeug', 'diskcache', # These are for the dashboard.
], ],
include_package_data=True, include_package_data=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment