Create project structure

This commit is contained in:
2022-10-19 19:59:46 -04:00
parent ee031b1436
commit ea85e210fb
6 changed files with 288 additions and 1 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.10"
[packages]
bs4 = "*"
ebooklib = "*"
[dev-packages]
black = "*"
pytest = "*"