-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
81 lines (76 loc) · 1.9 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# 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.1
pytest-qt==4.4.0
# Legacy-server only deps
aiohttp==3.10.11
cryptography==44.0.0
peewee==3.17.6
arrow==1.3.0
canvasapi==3.2.0
django==5.1.5
django-braces==1.16.0
django-filter==24.3
django-htmx==1.21.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.15.2
exif==1.6.1
file-magic==0.4.1
gunicorn==23.0.0
imutils==0.5.4
matplotlib==3.8.4
model-bakery==1.20.1
numpy==1.26.4
opencv-python-headless==4.9.0.80 # hold back, type troubles
packaging==24.2
pandas==2.2.3
passlib==1.7.4
Pillow==11.1.0
psycopg2-binary==2.9.10
pydyf==0.11.0
pymupdf==1.25.2
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.1
seaborn==0.13.2
segno==1.6.1
stdiomask==0.0.6
tabulate==0.9.0
tomli==2.2.1
tomlkit==0.13.2
tqdm==4.67.1
urllib3==2.3.0
weasyprint==63.1
whitenoise==6.8.2
zipfly==6.0.5
zxing-cpp==2.2.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