diff options
| author | alex <alex@pdp7.net> | 2021-03-13 19:29:57 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2021-03-13 19:29:57 +0100 |
| commit | e3f57c49d64cbd057f87206c2340575b3bba2566 (patch) | |
| tree | a928f62247c4827e3bc7e26b3078764b093b88d2 /gemini2rss/pyproject.toml | |
| parent | 5c74711c33d9c75a31e01c161e645797ee669a15 (diff) | |
WIP
Diffstat (limited to 'gemini2rss/pyproject.toml')
| -rw-r--r-- | gemini2rss/pyproject.toml | 17 |
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" |
