Implement Pokemon description and image download

This commit is contained in:
2022-10-22 10:18:17 -04:00
parent ae7c9b306f
commit 10884ce073
4 changed files with 182 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ python_version = "3.10"
bs4 = "*"
ebooklib = "*"
lxml = "*"
pydantic = "*"
requests = "*"
[dev-packages]