Skip to content

Commit

Permalink
Merge pull request #235 from chekunkov/update-setup.py
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
jdemaeyer committed Mar 29, 2017
2 parents 2976b16 + 065938c commit 118273b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@
},
include_package_data=True,
zip_safe=False,
install_requires=['click', 'pip', 'requests', 'PyYAML', 'scrapinghub',
'six', 'docker-py', 'retrying'],
install_requires=[
'click',
'docker-py',
'pip',
'PyYAML',
'retrying',
'requests',
'scrapinghub>=1.9.0',
'six>=1.7.0',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand All @@ -31,6 +39,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: OS Independent',
'Environment :: Console',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 118273b

Please sign in to comment.