18 lines
663 B
Diff
18 lines
663 B
Diff
From 35c105cd34e3ba8d1e5ac092d6ad6cd4bfc6e9ef Mon Sep 17 00:00:00 2001
|
|
From: liheavy <lihaiwei8@huawei.com>
|
|
Date: Fri, 3 Feb 2023 14:49:03 +0800
|
|
Subject: [PATCH] update version of charset-normalizer for install aiohttp
|
|
|
|
diff -Nur aiohttp-3.8.3/setup.cfg aiohttp-3.8.4/setup.cfg
|
|
--- aiohttp-3.8.3/setup.cfg 2022-09-21 21:09:48.801040000 +0800
|
|
+++ aiohttp-3.8.4/setup.cfg 2023-02-03 15:02:24.282103295 +0800
|
|
@@ -47,7 +47,7 @@
|
|
include_package_data = True
|
|
install_requires =
|
|
attrs >= 17.3.0
|
|
- charset-normalizer >=2.0, < 3.0
|
|
+ charset-normalizer >=2.0, < 4.0
|
|
multidict >=4.5, < 7.0
|
|
async_timeout >= 4.0.0a3, < 5.0
|
|
asynctest == 0.13.0; python_version<"3.8"
|