Initial commit
This commit is contained in:
commit
2df64fc413
9 changed files with 1279 additions and 0 deletions
19
Pipfile
Normal file
19
Pipfile
Normal file
|
@ -0,0 +1,19 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
Pillow = "*"
|
||||
piexif = "*"
|
||||
requests = "*"
|
||||
python-dotenv = "*"
|
||||
selenium = "*"
|
||||
setuptools = "*"
|
||||
blinker = "<1.5"
|
||||
selenium-wire = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.13"
|
Loading…
Add table
Add a link
Reference in a new issue