about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/uvicorn/setup.patch
blob: f1d974b42d93a746b5d4d36131a91b6b17c24e12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 802cda4..561abf4 100755
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ env_marker = (
 
 requirements = [
     "click==7.*",
-    "h11==0.8.*",
+    "h11",
     "websockets==7.*",
     "httptools==0.0.13 ;" + env_marker,
     "uvloop==0.12.* ;" + env_marker,