mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-21 06:01:33 -04:00
setup.py: Fix the required peewee version.
This commit is contained in:
parent
497ca67d3d
commit
04569f9467
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
"click <= 7.1.1",
|
"click <= 7.1.1",
|
||||||
"keyring <= 21.2.0",
|
"keyring <= 21.2.0",
|
||||||
"logbook <= 1.5.3",
|
"logbook <= 1.5.3",
|
||||||
"peewee <= 3.1.13",
|
"peewee <= 3.13.3",
|
||||||
"janus <= 0.4.0",
|
"janus <= 0.4.0",
|
||||||
"cachetools >= 3.0.0"
|
"cachetools >= 3.0.0"
|
||||||
"prompt_toolkit>2<4",
|
"prompt_toolkit>2<4",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue