Begin to scrape Pokemon

This commit is contained in:
2022-10-19 22:08:35 -04:00
parent ea85e210fb
commit ae7c9b306f
4 changed files with 77 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ python_version = "3.10"
[packages]
bs4 = "*"
ebooklib = "*"
lxml = "*"
requests = "*"
[dev-packages]
black = "*"