Merge pull request #126 from ckan/requests-version

[#2470] Allow newer requests versions.
This commit is contained in:
David Read 2015-10-22 20:32:50 +01:00
commit 77e7b0eb31
2 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ Configure with the SO directory you found before::
Now make it and install it::
$ make
$ sudo make install
$ sudo make install
Now check the install by running xmllint::

View File

@ -5,4 +5,4 @@ OWSLib==0.8.6
lxml>=2.3
argparse
pyparsing==1.5.6
requests==1.1.0
requests>=1.1.0