From fd6f77c7ec5aad1d6fe15f42f681820d10f34b93 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 20 May 2022 00:24:35 +0430 Subject: restructing. added a new service to handle the downloading --- pyproject.toml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 2f79961..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,27 +0,0 @@ -[tool.poetry] -name = "devourer" -version = "1.0.0" -description = "" -authors = ["terminaldweller "] -license = "GPL3.0" - -[tool.poetry.dependencies] -python = "^3.8" -newspaper3k = "^0.2.8" -beautifulsoup4 = "^4.9.3" -readability-lxml = "^0.8.1" -gtts = "^2.2.3" -tika = "^1.24" -nltk = "^3.6.3" -tensorflow = "^2.6.0" -torch = "^1.9.1" -transformers = "^4.11.2" -fastapi = "^0.70.0" -uvicorn = "^0.15.0" -refextract = "^1.1.4" - -[tool.poetry.dev-dependencies] - -[build-system] -requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" -- cgit v1.2.3