diff --git a/setup.py b/setup.py index dc7de1a..900354c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='Recopytex', - version='0.1', + version='1.1.1', description='Assessment analysis', author='Benjamin Bertrand', author_email='', @@ -13,6 +13,10 @@ setup( include_package_data=True, install_requires=[ 'Click', + 'pandas', + 'numpy', + 'papermill', + 'pyyaml', ], entry_points=''' [console_scripts]