Files
thechart/requirements.txt
William Valentin c3c88c63d2
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Add theme management and settings functionality
- Introduced `ThemeManager` to handle application themes using `ttkthemes`.
- Added `SettingsWindow` for user preferences including theme selection and UI settings.
- Integrated theme selection into the main application with a menu for quick access.
- Enhanced UI components with custom styles based on the selected theme.
- Implemented tooltips for better user guidance across various UI elements.
- Updated dependencies to include `ttkthemes` for improved visual appeal.
2025-08-05 11:58:25 -07:00

48 lines
958 B
Plaintext

# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
colorlog==6.9.0
# via -r requirements.in
contourpy==1.3.3
# via matplotlib
cycler==0.12.1
# via matplotlib
dotenv==0.9.9
# via -r requirements.in
fonttools==4.59.0
# via matplotlib
kiwisolver==1.4.8
# via matplotlib
matplotlib==3.10.3
# via -r requirements.in
numpy==2.3.2
# via
# contourpy
# matplotlib
# pandas
packaging==25.0
# via matplotlib
pandas==2.3.1
# via -r requirements.in
pillow==11.3.0
# via
# matplotlib
# ttkthemes
pyparsing==3.2.3
# via matplotlib
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
python-dotenv==1.1.1
# via dotenv
pytz==2025.2
# via pandas
six==1.17.0
# via python-dateutil
tk==0.1.0
# via -r requirements.in
ttkthemes==3.2.2
# via -r requirements.in
tzdata==2025.2
# via pandas