1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
aports/testing/py3-httpx/relax-dependencies.patch
2022-01-27 02:04:37 +01:00

13 lines
310 B
Diff

Relax dependencies
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ setup(
"certifi",
"charset_normalizer",
"sniffio",
- "rfc3986[idna2008]>=1.3,<2",
+ "rfc3986[idna2008]",
"httpcore>=0.14.5,<0.15.0",
"async_generator; python_version < '3.7'"
],