Use pre-existing parser for Range and Content-Range headers.

This commit is contained in:
Itamar Turner-Trauring
2022-01-20 11:16:06 -05:00
parent d5bac8e186
commit f09aa8c796
6 changed files with 27 additions and 25 deletions

View File

@ -143,6 +143,7 @@ install_requires = [
# HTTP server and client
"klein",
"werkzeug",
"treq",
"cbor2"
]