We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0c10b commit 249caf3Copy full SHA for 249caf3
optional.json
@@ -1,7 +1,7 @@
1
{
2
"voice" : ["PyNaCl", "yt-dlp"],
3
"proxy" : ["aiohttp_socks"],
4
- "sql" : ["sqlalchemy[asyncio]", "aiosqlite", "pymssql", "asyncpg", "asyncmy"],
+ "sql" : ["sqlalchemy[asyncio]<=1.4.46", "aiosqlite", "pymssql", "asyncpg", "asyncmy"],
5
"testing" : ["pytest", "pytest-xdist", "pytest-asyncio"],
6
"docs" : ["sphinx", "sphinx-autobuild", "sphinx-copybutton", "furo", "enum-tools[sphinx]", "sphinx-design[furo]", "readthedocs-sphinx-search"]
7
}
0 commit comments