Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaltrabelsi committed Apr 30, 2020
1 parent 1831d19 commit 2588de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

requirements = []
requirements = ["humanize>=0.5.0", "pandas>=0.25.1", "pandas_flavor>=0.1.2"]

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit 2588de0

Please sign in to comment.