# SPDX-License-Identifier: FSFAP
# Copyright (C) 2020 Michael Zhang
# Copyright (C) 2020-2025 Colin B. Macdonald
# Copyright (C) 2020 Vala Vakilian
# Copyright (C) 2022 Elizabeth Xiao
# Copyright (C) 2022-2023 Andrew Rechnitzer
# Copyright (C) 2022 Brennen Chiu
# Copyright (C) 2022-2024 Edith Coates
# Copyright (C) 2023 Julian Lapenna
# Copyright (C) 2023 Natalie Balashov
# Copyright (C) 2024 Bryan Tanady

# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without any warranty.

# Not server deps
platformdirs==4.3.6
PyQt6==6.7.1
PyQt6-Qt6==6.7.3
PyQt6-sip==13.8.0
pyspellchecker==0.8.2
pytest-qt==4.4.0

arrow==1.3.0
canvasapi==3.2.0
cryptography==44.0.3
django==5.1.9
django-braces==1.17.0
django-filter==25.1
django-htmx==1.23.0
django-huey==1.2.1
django-humanize==0.1.2
django-mathfilters==1.0.0
django-polymorphic==3.1.0
django-reset-migrations==0.4.0
django-session-timeout==0.1.0
django-tables2==2.7.5
djangorestframework==3.16.0
exif==1.6.1
file-magic==0.4.1
gunicorn==23.0.0
imutils==0.5.4
matplotlib==3.10.3
model-bakery==1.20.4
numpy==2.2.5
opencv-python-headless==4.11.0.86
packaging==25.0
pandas==2.2.3
passlib==1.7.4
Pillow==11.2.1
psycopg[binary]==3.2.9
pydyf==0.11.0
pymupdf==1.25.5
PyMySQL==1.1.1
random-username==1.0.2
requests==2.32.3
requests-toolbelt==1.0.0
scikit-learn==1.6.1
scipy==1.15.3
seaborn==0.13.2
segno==1.6.6
stdiomask==0.0.6
tabulate==0.9.0
tomli==2.2.1
tomlkit==0.13.2
tqdm==4.67.1
urllib3==2.4.0
weasyprint==65.1
whitenoise==6.9.0
zipfly==6.0.5
zxing-cpp==2.3.0

#---------- for dev / debug work - comment out unless using it.
# nplusone==1.0.0  # for hunting down potential n+1 query problems
# django-silk==5.2.0  # for hunting down inefficient db queries
