summaryrefslogtreecommitdiff
path: root/gemini2rss/pyproject.toml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-10-13 16:02:34 +0200
committeralex <alex@pdp7.net>2023-10-13 16:03:35 +0200
commit87df74b49c8792e9dddd550d862b2cfa9a2e909b (patch)
treece1013a2f9a4ac79a6f6e4d94b857c2900dead11 /gemini2rss/pyproject.toml
parent4f86ec0553d659fe3253a92657d85a96734d0048 (diff)
Adapt to new layout
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"