SHA256
1
0
forked from pool/httpie
httpie/httpie-adjust-requirements.patch

16 lines
258 B
Diff
Raw Normal View History

diff --git a/setup.py b/setup.py
index 3cb04c8..50075b3 100644
--- a/setup.py
+++ b/setup.py
@@ -35,8 +35,8 @@ tests_require = [
install_requires = [
- 'requests>=2.21.0',
- 'Pygments>=2.3.1'
+ 'requests>=2.20.0',
+ 'Pygments>=2.2.0'
]