summaryrefslogtreecommitdiff
path: root/www/py-httpx013/files/patch-setup.py
blob: d581652ab06f760a09dadcdb9dc96dfa50a7db7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- setup.py.orig	2020-05-29 10:29:22 UTC
+++ setup.py
@@ -58,10 +58,10 @@ setup(
         "certifi",
         "hstspreload",
         "sniffio",
-        "chardet==3.*",
+        "chardet>=3.0",
         "idna==2.*",
-        "rfc3986>=1.3,<2",
-        "httpcore==0.9.*",
+        "rfc3986>=1.3",
+        "httpcore>=0.9",
     ],
     classifiers=[
         "Development Status :: 4 - Beta",