diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-24 09:30:08 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-24 09:30:08 +0000 |
commit | 96b963fc1ab6e6d20581908e19e36cd01f2cf47b (patch) | |
tree | e8c014f880e2d0a0f3419c252cfb56ad5b3d99c2 /pyproject.toml | |
parent | added typehints and comments (diff) | |
download | devourer-96b963fc1ab6e6d20581908e19e36cd01f2cf47b.tar.gz devourer-96b963fc1ab6e6d20581908e19e36cd01f2cf47b.zip |
WIP
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8eaddf2..1e09611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,9 @@ newspaper3k = "^0.2.8" beautifulsoup4 = "^4.9.3" readability-lxml = "^0.8.1" gtts = "^2.2.3" +tika = "^1.24" +docker = "^5.0.2" +nltk = "^3.6.3" [tool.poetry.dev-dependencies] |