Skip to content

Commit

Permalink
Pin requests version to <3
Browse files Browse the repository at this point in the history
There's a bunch of changes coming in requests 3. I don't know yet how
the mocker will work in 3, for now we just need to set the requirements
correctly.

Closes: #103
  • Loading branch information
Jamie Lennox authored and jamielennox committed Jul 20, 2019
1 parent d2ad5ad commit 2e5d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.3
requests>=2.3,<3
six

0 comments on commit 2e5d1cf

Please sign in to comment.