From fab529b1c0bc71fa4c904e7a251038426f81369f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 29 Jul 2021 16:11:20 +0430 Subject: no need for externally getting the links. devourer can do that on its own now. using poetry now. added a dockerfile. --- pyproject.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..f91a38f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,17 @@ +[tool.poetry] +name = "devourer" +version = "0.1.0" +description = "" +authors = ["terminaldweller "] +license = "GPL3.0" + +[tool.poetry.dependencies] +python = "^3.8" +newspaper3k = "^0.2.8" +beautifulsoup4 = "^4.9.3" + +[tool.poetry.dev-dependencies] + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" -- cgit v1.2.3