aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-07-30 14:39:08 +0000
committerterminaldweller <thabogre@gmail.com>2021-07-30 14:39:08 +0000
commit66456f1680eb08e9da23676a364ad8f84b27f3f8 (patch)
tree20b2985ce4012ab4b3c5816cf65137c3ca21576b /pyproject.toml
parentadded config for newspaper. added gitpod configs. (diff)
downloaddevourer-66456f1680eb08e9da23676a364ad8f84b27f3f8.tar.gz
devourer-66456f1680eb08e9da23676a364ad8f84b27f3f8.zip
added gtts and readability
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f91a38f..8eaddf2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,8 @@ license = "GPL3.0"
python = "^3.8"
newspaper3k = "^0.2.8"
beautifulsoup4 = "^4.9.3"
+readability-lxml = "^0.8.1"
+gtts = "^2.2.3"
[tool.poetry.dev-dependencies]