geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit f54c132fef2bcc80f037227634b1894f5f12e8b1
parent f0d22402d2a8262d8e2418bba5aa5aa4c157304b
Author: René Wagner <rwa@clttr.info>
Date:   Sat,  3 Jun 2023 11:45:03 +0000

update pyproject.toml

Diffstat:
Mpyproject.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gus" -version = "0.2.0" +version = "0.3.0" description = "Geminispace Universal Search" authors = ["Vee <vee@vnsf.xyz>", "rwa <rwa@clttr.info>"] license = "MIT" @@ -11,7 +11,7 @@ gusmobile = { git = "https://git.sr.ht/~rwa/gusmobile", branch = "main" } whoosh = { git = "https://github.com/mchaput/whoosh", branch = "main" } jetforce = { git = "https://github.com/michael-lazar/jetforce", branch = "master" } jinja2 = "^3.1.2" -peewee = "^3.13.3" +peewee = "^3.16" feedparser = "^6.0.10" twisted = "^22.1.0"