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

16 lines
260 B
Diff
Raw Normal View History

diff --git a/setup.py b/setup.py
index 4392270..2d18d38 100644
--- a/setup.py
+++ b/setup.py
@@ -35,8 +35,8 @@ tests_require = [
install_requires = [
- 'requests>=2.22.0',
- 'Pygments>=2.5.2',
+ 'requests>=2.21.0',
+ 'Pygments>=2.3.1',
]