mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
prevent peewee >=4.0.0 for now due to breaking changes with datetime field
This commit is contained in:
parent
946d113e69
commit
97be61e36c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
aiohttp>=3.13.3
|
aiohttp>=3.13.3
|
||||||
cx_freeze>=7.0.0
|
cx_freeze>=7.0.0
|
||||||
lxmf>=0.9.3
|
lxmf>=0.9.3
|
||||||
peewee>=3.18.1
|
peewee>=3.18.1,<4.0.0
|
||||||
rns>=1.1.4
|
rns>=1.1.4
|
||||||
websockets>=16.0
|
websockets>=16.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue