Skip to content

Commit

Permalink
Don't pin to a specific version, allow for a range
Browse files Browse the repository at this point in the history
requests 2.3.0 is the minimum version required, trust the project to be backward compatible until version 3.
  • Loading branch information
mjpieters committed Jun 2, 2014
1 parent a9234ed commit 9983bfd
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 @@
beautifulsoup4
requests==2.3.0
requests>=2.3.0,<3.0.0

0 comments on commit 9983bfd

Please sign in to comment.