1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-01 23:03:25 +02:00
This commit is contained in:
Jakub Roztocil
2020-01-12 10:50:57 +01:00
parent e4a3ce8b9d
commit 4b524e6a8c
5 changed files with 9 additions and 19 deletions

View File

@@ -35,8 +35,8 @@ tests_require = [
install_requires = [
'requests>=2.21.0',
'Pygments>=2.3.1',
'requests>=2.22.0',
'Pygments>=2.5.2',
]