💾 Archived View for gmn.clttr.info › sources › geminispace.info.git › tree › pyproject.toml.txt captured on 2023-03-20 at 18:51:11.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2023-06-14)

🚧 View Differences

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

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

[tool.poetry.dependencies]
python = "^3.9"
gusmobile = { git = "https://git.sr.ht/~rwa/gusmobile", branch = "main" }
whoosh = "^2.7.4"
jetforce = "^0"
jinja2 = "^3.1.2"
peewee = "^3.13.3"
feedparser = "^6.0.10"

[tool.poetry.dev-dependencies]
black = "^19.10b0"
ipython = "^7.11.1"
pytest = "^5.2"
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"