Skip to content

Commit

Permalink
pandas req
Browse files Browse the repository at this point in the history
  • Loading branch information
fomars committed Jan 9, 2019
1 parent 8bcf6b4 commit 795f940
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 @@ -12,7 +12,7 @@
url='http://github.com/yandex-load/netort',
packages=find_packages(exclude=["tests", "tmp", "docs", "data"]),
install_requires=[
'pyserial', 'requests', 'cerberus', 'six'
'pyserial', 'requests', 'cerberus', 'six', 'pandas>=0.23.0',
],
setup_requires=[
# 'pytest-runner', 'flake8',
Expand Down

0 comments on commit 795f940

Please sign in to comment.