Skip to content

Commit 6f103eb

Browse files
committed
Fix requirements
1 parent a512da3 commit 6f103eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

optional.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"voice" : ["PyNaCl", "yt-dlp"],
3-
"proxy" : ["aiohttp_socks"],
3+
"proxy" : ["aiohttp_socks==0.8.0"],
44
"sql" : ["sqlalchemy[asyncio]<=1.4.46", "aiosqlite", "pymssql", "asyncpg", "asyncmy"],
55
"testing" : ["pytest", "pytest-asyncio"],
66
"docs" : [

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
typeguard
2-
aiohttp
1+
typeguard==2.13
2+
aiohttp>=3.6.0,<3.9.0

0 commit comments

Comments
 (0)