# Desktop app runtime
pywebview>=5.0
waitress>=3.0
# The desktop app serves the bundled server in-process, so it also needs the
# server's dependencies:
Django>=5.0,<6.0
djangorestframework>=3.15
Pillow>=10.0
reportlab>=4.0
numpy>=1.26
# Build-only (for producing the standalone .exe):
pyinstaller>=6.0
