Files
thechart/Pipfile
William Valentin 2142db7093 Refactor MedTrackerApp and UI components for improved structure and readability
- Simplified initialization logic in init.py
- Consolidated testing_mode assignment
- Removed unnecessary else statements
- Created UIManager class to handle UI-related tasks
- Modularized input frame creation, table frame creation, and graph frame creation
- Enhanced edit window creation with better organization and error handling
- Updated data management methods to improve clarity and maintainability
- Improved logging for better debugging and tracking of application flow
2025-07-23 16:10:22 -07:00

30 lines
503 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
contourpy = "==1.3.2"
cycler = "==0.12.1"
fonttools = "==4.58.5"
kiwisolver = "==1.4.8"
matplotlib = "==3.10.3"
numpy = "==2.3.1"
packaging = "==25.0"
pandas = "==2.3.1"
pillow = "==11.3.0"
pyparsing = "==3.2.3"
python-dateutil = "==2.9.0.post0"
pytz = "==2025.2"
six = "==1.17.0"
tzdata = "==2025.2"
colorlog = "*"
dotenv = "*"
[dev-packages]
pre-commit = "*"
pyinstaller = "*"
[requires]
python_version = "3.13"