mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
11 lines
243 B
Python
11 lines
243 B
Python
--- setup.py.orig 2024-09-11 15:26:58 UTC
|
|
+++ setup.py
|
|
@@ -17,7 +17,7 @@ requirements = [
|
|
"click-log>=0.3.0, <0.5.0",
|
|
"requests >=2.20.0",
|
|
"aiohttp>=3.8.0,<4.0.0",
|
|
- "aiostream>=0.4.3,<0.5.0",
|
|
+ "aiostream>=0.4.3",
|
|
]
|
|
|
|
|