diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-18 14:25:08 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-18 14:25:08 +0100 |
commit | 9d8df2736ca78433082a4e6ad3a93db673ddeb8c (patch) | |
tree | 1727dfdecaef4156415188aca2e2421c888701e7 /pyproject.toml | |
parent | Updated dependencies. (diff) | |
download | newspipe-9d8df2736ca78433082a4e6ad3a93db673ddeb8c.tar.gz newspipe-9d8df2736ca78433082a4e6ad3a93db673ddeb8c.tar.bz2 newspipe-9d8df2736ca78433082a4e6ad3a93db673ddeb8c.zip |
Python 3.8 is the minimum.
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 f75c791b..c3ca7692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"] license = "AGPL-3.0-or-later" [tool.poetry.dependencies] -python = "^3.6" +python = "^3.8" aiohttp = "^3.6.2" requests = "^2.23.0" chardet = "^3.0.4" |