aboutsummaryrefslogtreecommitdiff
path: root/community/gns3-server/requirements.patch
blob: 1afdbf53fcf13b2b77c8012cfc3b89a3fb8d2bb6 (plain)
1
2
3
4
5
6
7
8
9
diff --git a/requirements.txt b/requirements.txt
index 57fbb79..db28f00 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
-yarl==1.3.0  # yarl 1.4+ requires Python 3.6+ (needed by aiohttp and aiohttp-cors)
 jsonschema==3.2.0; python_version >= '3.8'  # pyup: ignore
 jsonschema==2.6.0; python_version < '3.8'  # pyup: ignore
 aiohttp==3.6.2