💾 Archived View for gmn.clttr.info › sources › geminispace.info.git › tree › pyproject.toml.txt captured on 2023-12-28 at 15:46:11.

View Raw

More Information

⬅️ Previous capture (2023-06-14)

🚧 View Differences

-=-=-=-=-=-=-

[tool.poetry]
name = "gus"
version = "0.3.0"
description = "Geminispace Universal Search"
authors = ["Vee <vee@vnsf.xyz>", "rwa <rwa@clttr.info>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
gusmobile = { git = "https://git.sr.ht/~rwa/gusmobile", branch = "main" }
whoosh = { git = "https://github.com/mchaput/whoosh", branch  = "main" }
jetforce = "^0.10.1"
jinja2 = "^3.1.2"
peewee = "^3.16"
feedparser = "^6.0.10"

[tool.poetry.dev-dependencies]
black = "^19.10b0"
ipython = "^7.11.1"
pytest = "^7.3"
ipdb = "^0.13.3"

[tool.poetry.scripts]
crawl = "gus.crawl:main"
build_index = "gus.build_index:main"
serve = "serve.main:main"
statistics = "gus.lib.index_statistics:run_index_statistics"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"