forked from kayaelle/badgr-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
106 lines (83 loc) · 1.66 KB
/
requirements.txt
File metadata and controls
106 lines (83 loc) · 1.66 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Django stuff
Django>=2.2,<2.2.99
semver==2.6.0
pytz==2017.2
# PIL support
Pillow==8.2.0
python-dateutil==2.7.5
# mysql database
mysqlclient==1.4.6
django-storages==1.9.1
python-resize-image==1.1.19
# CSky models
django-cachemodel==2.2.0
django-basic-models==4.0.0
django-object-actions==1.1.0
python-memcached==1.58
djangorestframework==3.12.2
# Django Allauth
django-allauth==0.39.1
oauthlib==3.1.0
requests==2.25.0
requests-oauthlib==0.4.2
# Permissions framework
rules==0.4
# OAuth
django-oauth-toolkit==1.3.2
# Some extras
django-cors-headers==3.3.0
django-autoslug==1.9.7
puremagic==1.6
sqlparse==0.3.0
netaddr
defusedxml
# Utilities for working with badges
jsonschema==2.6.0
simplejson==3.6.4
# JSON-LD
PyLD==0.7.1
rfc3987==1.3.4
pypng==0.0.20
jsonfield==2.0.2
# markdown support
Markdown==2.6.8
django-markdownify==0.1.0
bleach==3.3.0
# Open Badges related utilities
badgecheck==1.1.8
# TODO replace badgecheck with openbadges after openbadges next release resolving dependency conflicts
# openbadges==1.1.1
openbadges-bakery==1.2.4
celery==4.1.1
django-celery-results==1.0.1
python-json-logger==0.1.2
# SSL Support
cffi==1.14.5
cryptography==3.3.2
idna==2.8
ipaddress==1.0.14
pyasn1==0.1.9
pycparser==2.14
six==1.10.0
#svg 2 png support
CairoSVG==1.0.22
cairocffi==0.9.0
cssselect==0.9.2
tinycss==0.4
# Backport of Python 3.0 CSV package with Unicode support
backports.csv==1.0.4
apispec==0.22.0
apispec-djangorestframework==1.1.1
responses==0.12.1
mock==3.0.5
django_mock_queries==2.1.5
# lti consumer
lti==0.9.4
# Optional AWS dependencies
boto==2.49.0
boto3==1.14.35
django-boto==0.3.12
pysaml2==6.5.1
xmlsec==1.3.3
#locking a dependency lib
requests-cache==0.5.2