2022-01-11 13:09:24 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "nebula-rss"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Max Nuding <max.nuding@icloud.com>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2022-01-11 16:33:23 +00:00
|
|
|
python = ">=3.8, <4"
|
2022-01-11 13:09:24 +00:00
|
|
|
selenium = "^4.1.0"
|
|
|
|
feedgen = "^0.9.0"
|
|
|
|
lxml = "^4.7.1"
|
2022-01-11 20:13:37 +00:00
|
|
|
beautifulsoup4 = "^4.10.0"
|
2022-01-11 13:09:24 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2022-01-11 14:51:04 +00:00
|
|
|
pytest = "^6.2"
|
2022-01-11 13:09:24 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|