aboutsummaryrefslogtreecommitdiff
path: root/gemini2rss/pyproject.toml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2021-03-13 19:29:57 +0100
committeralex <alex@pdp7.net>2021-03-13 19:29:57 +0100
commite3f57c49d64cbd057f87206c2340575b3bba2566 (patch)
treea928f62247c4827e3bc7e26b3078764b093b88d2 /gemini2rss/pyproject.toml
parent5c74711c33d9c75a31e01c161e645797ee669a15 (diff)
WIP
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"