-
Notifications
You must be signed in to change notification settings - Fork 10
/
requirements.txt
75 lines (69 loc) · 1.4 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
Django>=4.2.11,<5
backports.zoneinfo;python_version<"3.9"
pytz==2024.2
httplib2==0.22.0
feedparser==6.0.11
Markdown==3.7
psycopg2==2.9.10
versiontools==1.9.1
statsd==4.0.1
pep8==1.7.1
pyflakes==3.2.0
mccabe==0.7.0
configparser==7.1.0
flake8==7.1.1
pycodestyle==2.12.1
tornado==6.4.2
beautifulsoup4==4.12.3
cssselect==1.2.0
lxml==5.3.0
fuzzywuzzy==0.18.0
sure==2.0.1
ipdb==0.13.13
coverage==7.6.1
pyasn1==0.6.1
cffi==1.17.1 # cryptography
cryptography==44.0.0 # for PyOpenSSL
logilab-common==2.0.0
logilab-astng==0.24.3
astroid==3.2.4
pylint==3.2.7
six==1.17.0
sqlparse==0.5.3
ldap3==2.9.1
python-dateutil==2.9.0.post0
django-indexer==0.3.0
django-templatetag-sugar==1.0
django-paging==0.2.5
django-annoying==0.10.7
django-appconf==1.0.6
django-bootstrap5==24.3
django-jenkins==0.110.0
# for django-extensions
django-extensions==3.2.3
nameparser==1.1.3
httplib2==0.22.0
oauth==1.0.1
oauth2==1.9.0.post1
oauthlib==3.2.2
pylti==0.7.0
certifi==2024.12.14 # requests
idna==3.10 # requests
charset_normalizer==3.4.1 # requests
urllib3==2.2.3 # requests
requests==2.32.3 # pylti1p3
pyjwt==2.9.0 # pylti1p3
jwcrypto==1.5.6 # pylti1p3
pylti1p3==2.0.0
django-lti-provider @ git+https://github.com/ccnmtl/django-lti-provider@main
entrypoints==0.4
stevedore==5.3.0
pyyaml==6.0.2
pbr>=0.11
rich==13.9.4 # bandit
bandit==1.7.10
importlib-metadata<8.6 # for flake8
typing_extensions==4.12.2
zipp==3.20.2
pyparsing==3.1.4
asgiref==3.8.1