mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-20 13:12:24 +02:00
11 lines
381 B
Diff
11 lines
381 B
Diff
diff --git a/requirements.txt b/requirements.txt
|
|
index 81ff0d1..9c876c9 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -1,4 +1,4 @@
|
|
-yarl==1.3.0 # yarl 1.4+ requires Python 3.6+ (needed by aiohttp and aiohttp-cors)
|
|
+yarl>=1.3.0 # yarl 1.4+ requires Python 3.6+ (needed by aiohttp and aiohttp-cors)
|
|
jsonschema==2.6.0 # pyup: ignore
|
|
aiohttp==3.6.2
|
|
aiohttp-cors==0.7.0
|