summaryrefslogtreecommitdiff
path: root/gemini2rss/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gemini2rss/pyproject.toml')
-rw-r--r--gemini2rss/pyproject.toml17
1 files changed, 0 insertions, 17 deletions
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 <alex@pdp7.net>"]
-
-[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"