Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Revert "Compress version range specifications"
Browse files Browse the repository at this point in the history
For compatibility with Ubunty Trusty

This reverts commit eaec8f4.
  • Loading branch information
jwodder committed Feb 20, 2017
1 parent eaec8f4 commit e937065
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
long_description=long_desc,
url='https://github.com/jwodder/doapi',

install_requires=['pyRFC3339~=1.0', 'requests~=2.2', 'six~=1.5'],
install_requires=[
'pyRFC3339>=1.0,<2',
'requests>=2.2.0,<3',
'six>=1.5.0,<2',
],

classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit e937065

Please sign in to comment.