[tool.poetry] name = "gus" version = "0.3.0" description = "Geminispace Universal Search" authors = ["Vee ", "rwa "] 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"