chore: project scaffold - requirements and package structure
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
dist/
|
||||
build/
|
||||
0
config/__init__.py
Normal file
0
config/__init__.py
Normal file
0
core/__init__.py
Normal file
0
core/__init__.py
Normal file
9
requirements.txt
Normal file
9
requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
monitorcontrol>=0.10.0
|
||||
pystray>=0.19.5
|
||||
keyboard>=0.13.5
|
||||
wmi>=1.5.1
|
||||
pywin32>=306
|
||||
PyQt6>=6.6.0
|
||||
Pillow>=10.0.0
|
||||
pytest>=7.4.0
|
||||
pytest-mock>=3.12.0
|
||||
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
ui/__init__.py
Normal file
0
ui/__init__.py
Normal file
Reference in New Issue
Block a user