Merge pull request #126 from ckan/requests-version
[#2470] Allow newer requests versions.
This commit is contained in:
commit
77e7b0eb31
|
@ -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::
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ OWSLib==0.8.6
|
|||
lxml>=2.3
|
||||
argparse
|
||||
pyparsing==1.5.6
|
||||
requests==1.1.0
|
||||
requests>=1.1.0
|
||||
|
|
Loading…
Reference in New Issue