# SPDX-License-Identifier: FSFAP
# Copyright (C) 2020 Michael Zhang
# Copyright (C) 2020-2023 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-2023 Edith Coates
# Copyright (C) 2023 Julian Lapenna
# Copyright (C) 2023 Natalie Balashov

# 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
appdirs==1.4.4
PyQt6==6.5.2
PyQt6-sip==13.5.2
pytest-qt==4.2.0

# Legacy-server only deps
aiohttp==3.8.5
peewee==3.16.3

arrow==1.2.3
beautifulsoup4==4.12.2
canvasapi==3.2.0
debugpy==1.8.0
django==4.2.5
django-braces==1.15.0
django-filter==23.3
django-htmx==1.16.0
django-huey==1.1.1
django-humanize==0.1.2
django-polymorphic==3.1.0
django-reset-migrations==0.4.0
django-session-timeout==0.1.0
djangorestframework==3.14.0
exif==1.6.0
file-magic==0.4.1
fonttools==4.42.1
importlib-resources==6.0.1
imutils==0.5.4
matplotlib==3.5.3
model-bakery==1.15.0
numpy==1.24.4
opencv-python-headless==4.8.1.78
packaging==23.1
pandas==1.5.3
passlib==1.7.4
Pillow==10.0.1
psycopg2-binary==2.9.8
pymupdf==1.23.4
PyMySQL==1.1.0
random-username==1.0.2
requests==2.31.0
requests-toolbelt==1.0.0
scikit-learn==1.3.1
scipy==1.10.1
seaborn==0.12.2
segno==1.5.2
stdiomask==0.0.6
tabulate==0.9.0
tomli==2.0.1
tomlkit==0.12.1
tqdm==4.66.1
urllib3==2.0.5
weasyprint==60.0
whitenoise==6.5.0
zipfly==6.0.5
zxing-cpp==2.1.0

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