Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
rss2wallabag/pyproject.toml

18 lines
328 B
TOML
Raw Permalink Normal View History

2020-01-07 20:36:50 +01:00
[tool.poetry]
name = "rss2wallabag"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.7"
2020-11-01 21:47:32 +01:00
feedparser = "^6.0.2"
2020-01-07 20:36:50 +01:00
PyYAML = "^5.3"
requests = "^2.22.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"