💾 Archived View for gmn.clttr.info › sources › geminispace.info.git › tree › pyproject.toml.txt captured on 2023-01-29 at 05:01:48.

View Raw

More Information

➡️ Next capture (2023-03-20)

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

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

[tool.poetry.dependencies]
python = "^3.7"
gusmobile = { git = "git://git.clttr.info/gusmobile.git", 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"