aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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 96991106..7320c02b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "AGPL-3.0-or-later"
homepage = "https://sr.ht/~cedric/newspipe"
[tool.poetry.dependencies]
-python = "^3.8"
+python = "^3.10"
aiohttp = "^3.7.4"
requests = "^2.25.1"
chardet = "^4.0.0"
bgstack15