Feat: add dependencies

This commit is contained in:
Bertrand Benjamin 2019-09-17 19:03:21 +02:00
parent 0266437be8
commit 3e85c3829d
1 changed files with 5 additions and 1 deletions

View File

@ -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]