diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 19:04:45 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 19:04:45 +0100 |
commit | 91a1f87303a4433b0ac57f68d0bd2a8677e8e766 (patch) | |
tree | dbab9f2f1145ac62ecd98bff33bd5f24e0f1faae /pyproject.toml | |
parent | simplify process_filters in article_utils.py (diff) | |
download | newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.tar.gz newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.tar.bz2 newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.zip |
Newspipe requires Python>=3.10.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |