diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-11 17:58:22 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-11 17:58:22 +0000 |
commit | 6777413a7f9c8d9ab784e7a39dfb5f60e405cb7b (patch) | |
tree | 691ae46a355c35230cbba30c6f80e766a0d3158c /pyproject.toml | |
parent | update (diff) | |
download | devourer-6777413a7f9c8d9ab784e7a39dfb5f60e405cb7b.tar.gz devourer-6777413a7f9c8d9ab784e7a39dfb5f60e405cb7b.zip |
WIP
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ca26b0f..1c677c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ beautifulsoup4 = "^4.9.3" readability-lxml = "^0.8.1" 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" +fastapi = "^0.70.0" [tool.poetry.dev-dependencies] |