Skip to content

Commit 3cb51f5

Browse files
committed
core: Added aiosignal to the requirements
1 parent ffce687 commit 3cb51f5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
aiohttp>=3.8.0,<4
2+
aiosignal
23
typing-extensions
4+
importlib-metadata<4;python_version<"3.8.0"
35
yarl
46
chardet
57
async-timeout

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"aiohttp",
115115
"chardet",
116116
"yarl",
117+
'aiosignal',
117118
"async-timeout",
118119
"typing-extensions",
119120
"attrs",

0 commit comments

Comments
 (0)