blob: 9b918cc7499a625ccf8dc699384ce1e9b8cf7429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|