Skip to content

Commit

Permalink
Fix installation requirements
Browse files Browse the repository at this point in the history
Remove explicit versioning from install_requires directive
  • Loading branch information
NPrescott committed Jan 20, 2016
1 parent 8174a66 commit 6b24713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
tests_require=['redis'],
platforms='any',
install_requires=[
'click==4.0',
'redis==2.10.3',
'structlog==15.1.0'
'click',
'redis',
'structlog'
],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 6b24713

Please sign in to comment.