From 87df74b49c8792e9dddd550d862b2cfa9a2e909b Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 13 Oct 2023 16:02:34 +0200 Subject: Adapt to new layout --- gemini2rss/pyproject.toml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 gemini2rss/pyproject.toml (limited to 'gemini2rss/pyproject.toml') diff --git a/gemini2rss/pyproject.toml b/gemini2rss/pyproject.toml deleted file mode 100644 index 9b918cc7..00000000 --- a/gemini2rss/pyproject.toml +++ /dev/null @@ -1,17 +0,0 @@ -[tool.poetry] -name = "gemini2rss" -version = "0.1.0" -description = "" -authors = ["alex "] - -[tool.poetry.dependencies] -python = ">=3.6,<4" -feedgen = "^0.9.0" -beautifulsoup4 = "^4.9.3" - -[tool.poetry.dev-dependencies] -ipython = "*" - -[build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" -- cgit v1.2.3