1
0
mirror of https://github.com/bspeice/metrik synced 2024-11-04 22:48:11 -05:00

Got the package name wrong

This commit is contained in:
Bradlee Speice 2016-08-13 10:25:57 -04:00
parent 1e2d0b50e2
commit fac144fbbe
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ luigi>=2.2.0
pyquery>=1.2.9 pyquery>=1.2.9
requests>=2.9.1 requests>=2.9.1
pymongo>=3.2 pymongo>=3.2
dateutil>=2.4.2 python-dateutil>=2.4.2

View File

@ -14,7 +14,7 @@ setup(
'six >= 1.10.0', 'six >= 1.10.0',
'pymongo >= 3.2', 'pymongo >= 3.2',
'pytz >= 2016.6.1', 'pytz >= 2016.6.1',
'dateutil >= 2.4.2' 'python-dateutil >= 2.4.2'
], ],
setup_requires=[ setup_requires=[
'pytest_runner' 'pytest_runner'