]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fixed version requirement for rfc3986. Issue reference #504 (#589)
authorhan-solo <hanish0019@gmail.com>
Wed, 4 Dec 2019 10:05:33 +0000 (15:35 +0530)
committerTom Christie <tom@tomchristie.com>
Wed, 4 Dec 2019 10:05:33 +0000 (10:05 +0000)
setup.py

index e58fd8ce68b322cf0024476923b491e88ed782af..a28e0e03f19687ce083bda7b73f6ce3a6e93e056 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ setup(
         "h11==0.8.*",
         "h2==3.*",
         "idna==2.*",
-        "rfc3986==1.*",
+        "rfc3986>=1.3,<2",
         "sniffio==1.*",
     ],
     classifiers=[