hardcode multidict to 6.5.1 to prevent a bug in aiohttp.
This commit is contained in:
parent
77de10a1ad
commit
312e3fdf4b
2 changed files with 721 additions and 718 deletions
|
|
@ -33,6 +33,7 @@ dependencies = [
|
||||||
"pycryptodome",
|
"pycryptodome",
|
||||||
"yt-dlp",
|
"yt-dlp",
|
||||||
"platformdirs",
|
"platformdirs",
|
||||||
|
"multidict==6.5.1",
|
||||||
"dateparser>=1.2.1",
|
"dateparser>=1.2.1",
|
||||||
"defusedxml>=0.7.1",
|
"defusedxml>=0.7.1",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue