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

Commit

Permalink
requirements: Pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Jan 13, 2017
1 parent e6d489e commit 986a72f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests
six
requests>=2.0.0,<3.0.0
six>=1.0.0,<2.0.0
12 changes: 6 additions & 6 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abduct
httpretty
hypothesis
mock
nose
nose-parameterized
abduct>=2.0.0,<3.0.0
httpretty>=0.8.0,<0.9.0
hypothesis>=3.0.0,<4.0.0
mock>=2.0.0,<3.0.0
nose>=1.0.0,<2.0.0
nose-parameterized>=0.5.0,<0.6.0

0 comments on commit 986a72f

Please sign in to comment.