-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
24 lines (20 loc) · 682 Bytes
/
Pipfile
File metadata and controls
24 lines (20 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-logging-base = {editable = true, git = "https://github.com/praecipula/python_logging_base"}
pytest = "*"
pyautogui = "*"
pillow = "*"
opencv-python = "*"
keyboard = "*"
pyqt5 = "*"
pyqt6 = "*"
pynput = "*"
[dev-packages]
[requires]
python_version = "3.11"
[scripts]
google_photos_add_to_album="python -c 'import clicky_scripts; clicky_scripts.LOG.info(\"Running from pipenv script\"); clicky_scripts.GooglePhotosAddToAlbum().execute()'"
keep_updating="python -c 'import clicky_scripts; clicky_scripts.LOG.info(\"Running from pipenv script\"); clicky_scripts.KeepUpdating().execute()'"