Commit 240a9308 authored by Lisa Casino's avatar Lisa Casino

setup.py: add pandas and statsmodels

parent 95726826
......@@ -56,6 +56,9 @@ setup(name=name,
'cryptography',
'click',
'ipaddress; python_version<"3"',
'pandas',
'statsmodels',
'scipy',
),
extras_require = {
'lampconfigure': ["mysqlclient"], #needed for MySQL Database access
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment