Compare commits

..

3 commits

Author SHA1 Message Date
Izalia Mae e5d2822f50 Merge branch 'sql' into 'master'
Draft: switch database backend to sql

See merge request pleroma/relay!53
2024-01-26 12:03:21 +00:00
Izalia Mae e9b961ca8b update tinysql 2024-01-26 07:00:58 -05:00
Izalia Mae 42c838715b update tinysql and set min/max db connections per thread 2024-01-25 05:56:48 -05:00
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,6 @@ exe = EXE(
a.datas, a.datas,
[], [],
name='activityrelay', name='activityrelay',
icon=None,
debug=False, debug=False,
bootloader_ignore_signals=False, bootloader_ignore_signals=False,
strip=False, strip=False,

View file

@ -3,4 +3,4 @@ aputils@https://git.barkshark.xyz/barkshark/aputils/archive/0.1.6a.tar.gz
cachetools>=5.2.0 cachetools>=5.2.0
click>=8.1.2 click>=8.1.2
pyyaml>=6.0 pyyaml>=6.0
tinysql@https://git.barkshark.xyz/barkshark/tinysql/archive/0.2.2a.tar.gz tinysql@https://git.barkshark.xyz/barkshark/tinysql/archive/0.2.2.tar.gz