Skip to content

Commit

Permalink
pinning the versions specifically rather than having a minimum versio…
Browse files Browse the repository at this point in the history
…n that can be upgraded which can potentially break the project
  • Loading branch information
jobelenus committed Nov 24, 2015
1 parent 0975808 commit 9b1478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = 'John Obelenus',
author_email = 'jobelenus@activefrequency.com',
version=version,
install_requires = ['requests>=2.5.3', 'decorator>=3.4.0', 'six>=1.9.0'],
install_requires = ['requests==2.5.3', 'decorator==3.4.0', 'six==1.9.0'],
package_data = {
'': ['*.txt', '*.rst', '*.md']
},
Expand Down

0 comments on commit 9b1478c

Please sign in to comment.