1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-20 23:32:48 +01:00

Requires Python 3.7 since namedtuple defaults are needed

Fixes #70
This commit is contained in:
David Lynch 2021-09-04 15:12:04 -05:00
parent 186fbd406d
commit 312fbc03a1
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Let's say you want to read some sort of fiction. You're a fan of it, perhaps. Bu
Setup
---
You need Python 3.6+ and poetry.
You need Python 3.7+ and poetry.
My recommended setup process is:

View file

@ -10,7 +10,7 @@ include = ["ebook/*", "sites/*"]
leech = "leech:cli"
[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"
attrs = "^20.2.0"
beautifulsoup4 = "^4.9.3"
click-default-group = "^1.2.2"