Relax asyncpg and aiosqlite version requirement
This commit is contained in:
parent
48cc00f591
commit
46aed7e1d2
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
mautrix>=0.20.6,<0.21
|
mautrix>=0.20.7,<0.21
|
||||||
aiohttp>=3,<4
|
aiohttp>=3,<4
|
||||||
yarl>=1,<2
|
yarl>=1,<2
|
||||||
asyncpg>=0.20,<0.31
|
asyncpg>=0.20,<1
|
||||||
aiosqlite>=0.16,<0.21
|
aiosqlite>=0.16,<1
|
||||||
commonmark>=0.9,<1
|
commonmark>=0.9,<1
|
||||||
ruamel.yaml>=0.15.35,<0.19
|
ruamel.yaml>=0.15.35,<0.19
|
||||||
attrs>=18.1.0
|
attrs>=18.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue