1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

Drop sequence length check

This commit is contained in:
Mickaël Schoentgen
2021-10-05 10:23:08 +02:00
parent 252fe02f74
commit d52a4833e4
3 changed files with 7 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ dev_require = [
'wheel',
]
install_requires = [
'charset_normalizer>=2.0.0',
'charset_normalizer>=2.0.5',
'defusedxml>=0.6.0',
'requests[socks]>=2.22.0',
'Pygments>=2.5.2',