aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-16 17:18:53 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-16 17:18:53 +0000
commitf8f4c9ced849e16cac82a5a3f7b4593e99a35c08 (patch)
treec2a97585779c00da48ff3d5f6f2d4b08f12f7bbb /pyproject.toml
parentupdate (diff)
downloaddevourer-f8f4c9ced849e16cac82a5a3f7b4593e99a35c08.tar.gz
devourer-f8f4c9ced849e16cac82a5a3f7b4593e99a35c08.zip
update
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d0fa291..82a7025 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["terminaldweller <thabogre@gmail.com>"]
license = "GPL3.0"
[tool.poetry.dependencies]
-python = "3.8"
+python = "^3.8"
newspaper3k = "^0.2.8"
beautifulsoup4 = "^4.9.3"
readability-lxml = "^0.8.1"