aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-17 22:11:38 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-17 22:11:38 +0100
commitbd1b5e5b00dd61840f378cfe916c5729c87781fb (patch)
tree825c503bac0d46539e8db2776121c7508b83c4c9 /pyproject.toml
parentUpdated default SQLite configuration file. (diff)
downloadnewspipe-bd1b5e5b00dd61840f378cfe916c5729c87781fb.tar.gz
newspipe-bd1b5e5b00dd61840f378cfe916c5729c87781fb.tar.bz2
newspipe-bd1b5e5b00dd61840f378cfe916c5729c87781fb.zip
added files for docker
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 c3ca7692..f75c791b 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.8"
+python = "^3.6"
aiohttp = "^3.6.2"
requests = "^2.23.0"
chardet = "^3.0.4"
bgstack15