Initial release
This commit is contained in:
20
Pipfile
Normal file
20
Pipfile
Normal file
@@ -0,0 +1,20 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
pywinauto = "*"
|
||||
pillow = "*"
|
||||
psutil = "*"
|
||||
pytesseract = "*"
|
||||
pyinstaller = "*"
|
||||
httpx = {extras = ["brotli", "http2"], version = "*"}
|
||||
tqdm = "*"
|
||||
rapidfuzz = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
python_full_version = "3.11.5"
|
||||
Reference in New Issue
Block a user