aboutsummaryrefslogtreecommitdiff
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, 17 insertions, 0 deletions
diff --git a/gemini2rss/pyproject.toml b/gemini2rss/pyproject.toml
new file mode 100644
index 00000000..9b918cc7
--- /dev/null
+++ b/gemini2rss/pyproject.toml
@@ -0,0 +1,17 @@
+[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"