diff options
author | terminaldweller <thabogre@gmail.com> | 2021-10-06 22:30:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-10-06 22:30:13 +0000 |
commit | 45f45cd9f76af87fc848551a555f02c49dc7f75b (patch) | |
tree | 04467c054964fe231239b57c883522a058b8f25b /pyproject.toml | |
parent | WIP (diff) | |
download | devourer-45f45cd9f76af87fc848551a555f02c49dc7f75b.tar.gz devourer-45f45cd9f76af87fc848551a555f02c49dc7f75b.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 1e09611..ca26b0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,9 @@ gtts = "^2.2.3" tika = "^1.24" docker = "^5.0.2" nltk = "^3.6.3" +tensorflow = "^2.6.0" +torch = "^1.9.1" +transformers = "^4.11.2" [tool.poetry.dev-dependencies] |