From 3e85c3829d57429cf4325cb499f46a2fa18c2f20 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 17 Sep 2019 19:03:21 +0200 Subject: [PATCH] Feat: add dependencies --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]