aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-20 18:13:24 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-20 18:13:24 +0100
commitd9f3a4f39cad56bc7dda70862144edf649cd0241 (patch)
tree53d2dcd9ba09ee8e0c011c5ca91f0258dd0b4f92 /pyproject.toml
parentAdded Dockerfile, images: python3.8-alpine and postgres. (diff)
parentPython 3.8 is the minimum. (diff)
downloadnewspipe-d9f3a4f39cad56bc7dda70862144edf649cd0241.tar.gz
newspipe-d9f3a4f39cad56bc7dda70862144edf649cd0241.tar.bz2
newspipe-d9f3a4f39cad56bc7dda70862144edf649cd0241.zip
Merge branch 'master' of git.sr.ht:~cedric/newspipe
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 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"
bgstack15