SHA256
1
0
forked from pool/httpie
httpie/httpie-adjust-requirements.patch
Marcus Meissner 1f1437c48e Accepting request 795527 from home:mnhauke
- Update to version 2.1.0
  * Added --path-as-is to bypass dot segment (/../ or /./) URL
    squashing.
  * Changed the default value Accept header value for JSON requests
    from application/json, */* to application/json, */*;q=0.5 to
    clearly indicate preference.
  * Fixed --form file upload mixed with redirected stdin error
    handling.

OBS-URL: https://build.opensuse.org/request/show/795527
OBS-URL: https://build.opensuse.org/package/show/network:utilities/httpie?expand=0&rev=13
2020-04-27 11:59:19 +00:00

16 lines
311 B
Diff

diff --git a/setup.py b/setup.py
index 084ea47..f8ebd13 100644
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,8 @@ tests_require = [
install_requires = [
- 'requests>=2.22.0',
- 'Pygments>=2.5.2',
+ 'requests>=2.21.0',
+ 'Pygments>=2.3.1',
]
install_requires_win_only = [
'colorama>=0.2.4',