prevent peewee >=4.0.0 for now due to breaking changes with datetime field

This commit is contained in:
liamcottle 2026-03-13 00:38:53 +13:00
commit 97be61e36c

View file

@ -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