diff --git a/setup.py b/setup.py index 56e3976..be15998 100644 --- a/setup.py +++ b/setup.py @@ -27,5 +27,13 @@ setup(name='cadCAD', author='Joshua E. Jodesty', author_email='joshua@block.science, joshua.jodesty@gmail.com', license='LICENSE.txt', - packages=find_packages() -) \ No newline at end of file + packages=find_packages(), + install_requires=[ + "pandas", + "wheel", + "pathos", + "fn", + "tabulate", + "funcy" + ] +)