2023-07-19 00:49:55 +03:00
|
|
|
appscript==1.2.2; sys_platform == 'darwin' # for setting the wallpaper on macOS; optional, falls back to osascript CLI
|
|
|
|
pyobjc-framework-Quartz==9.2; sys_platform == 'darwin' # for getting the screen resolution on macOS; optional, falls back to 1920x1080
|
2023-05-15 06:20:18 +03:00
|
|
|
Pillow==9.5.0
|
2023-07-18 02:10:26 +03:00
|
|
|
# psutil==5.9.0 # for cleaning up open files when auto-restarting on changes in development; optional
|
2023-05-13 07:56:55 +03:00
|
|
|
pyfiglet==0.8.post1
|
2023-07-18 02:10:26 +03:00
|
|
|
# PyGObject==3.42.1 # gi.repository module, used for setting the wallpaper on gnome, unity, and cinnamon; optional, falls back to gsettings CLI
|
2023-04-26 19:26:12 +03:00
|
|
|
pyperclip==1.8.2
|
2023-07-18 02:10:26 +03:00
|
|
|
pyxdg==0.28 # xdg module, used for wallpaper setting; optional, falls back to ~/.config
|
2023-04-30 02:48:11 +03:00
|
|
|
rich==13.3.5
|
2023-04-11 23:22:00 +03:00
|
|
|
stransi==0.3.0
|
2023-09-07 22:13:47 +03:00
|
|
|
textual[dev]==0.28.0
|
2023-09-06 07:05:26 +03:00
|
|
|
watchdog==3.0.0 # for development; optional (only used when --restart-on-changes is passed)
|
2023-07-18 02:10:26 +03:00
|
|
|
types-Pillow==10.0.0.1 # for development
|
|
|
|
types-psutil==5.9.5.15 # for development
|
2023-09-07 22:14:07 +03:00
|
|
|
pytest==7.4.1 # for development
|
|
|
|
pytest-textual-snapshot==0.4.0 # for development
|