diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 04:35:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 04:35:56 +0000 |
commit | d8beed8d574a42a2e6eab5632e40f235f1408277 (patch) | |
tree | 1d0b3926c0b320690231782860b84f8420ed6bf3 /pyproject.toml | |
parent | WIP (diff) | |
download | devourer-d8beed8d574a42a2e6eab5632e40f235f1408277.tar.gz devourer-d8beed8d574a42a2e6eab5632e40f235f1408277.zip |
the server is up and running now. the things that worked before work now
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1c677c6..95b9f5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ tensorflow = "^2.6.0" torch = "^1.9.1" transformers = "^4.11.2" fastapi = "^0.70.0" +uvicorn = "^0.15.0" [tool.poetry.dev-dependencies] |