mirror of
https://github.com/kemayo/leech
synced 2025-12-20 23:32:48 +01:00
parent
186fbd406d
commit
312fbc03a1
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue