1
0
mirror of https://github.com/bspeice/metrik synced 2026-07-02 01:43:02 -04:00

Add pandas to the requirements

This commit is contained in:
Bradlee Speice
2016-08-16 16:12:32 -04:00
parent d581ddf780
commit 4c1ab63118
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -4,3 +4,4 @@ pyquery>=1.2.9
requests>=2.9.1
pymongo>=3.2
python-dateutil>=2.4.2
pandas>=0.17.1
+2 -1
View File
@@ -14,7 +14,8 @@ setup(
'six >= 1.10.0',
'pymongo >= 3.2',
'pytz >= 2016.6.1',
'python-dateutil >= 2.4.2'
'python-dateutil >= 2.4.2',
'pandas >= 0.17.1'
],
setup_requires=[
'pytest_runner'