This repository has been archived by the owner on May 29, 2024. It is now read-only.
forked from concentricsky/badgr-server
-
Notifications
You must be signed in to change notification settings - Fork 7
/
requirements.txt
101 lines (79 loc) · 1.49 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Django stuff
Django==1.11.28
semver==2.6.0
pytz==2017.2
# PIL support
Pillow==6.2.0
python-dateutil==2.7.5
# mysql database
mysqlclient==1.4.6
django-storages==1.6.5
python-resize-image==1.1.19
# CSky models
django-cachemodel==2.2.0
django-basic-models==4.0.0
django-object-actions==0.8.2
python-memcached==1.58
djangorestframework==3.9.1
# Django Allauth
django-allauth==0.39.1
oauthlib==2.1.0
requests==2.20.0
requests-oauthlib==0.4.2
# Permissions framework
rules==0.4
# OAuth
django-oauth-toolkit==1.1.2
# Some extras
django-cors-headers==1.1.0
django-autoslug==1.9.3
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.1.1
# Open Badges related utilities
openbadges==1.1.1
openbadges-bakery==1.1.0
celery==4.1.1
django-celery-results==1.0.1
python-json-logger==0.1.2
# SSL Support
cffi==1.11.5
cryptography==2.3
idna==2.5
ipaddress==1.0.14
pyasn1==0.1.9
pycparser==2.14
six==1.9.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.0
responses==0.8.1
mock==3.0.5
django_mock_queries==2.0.0
# lti consumer
lti==0.9.2
# Optional AWS dependencies
boto==2.49.0
boto3==1.9.226
django-boto==0.3.12
django-ses==0.8.12
pysaml2==4.7.0