forked from concentricsky/badgr-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
100 lines (76 loc) · 1.45 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
# Django stuff
Django==1.11.15
semver==2.6.0
pytz==2017.2
# PIL support
Pillow==3.1.1
python-dateutil==2.7.5
# mysql database
MySQL-python==1.2.5
django-storages==1.6.5
python-resize-image==1.1.10
# CSky models
django-cachemodel==2.1.7
django-basic-models==3.0.4
django-object-actions==0.8.2
python-memcached==1.58
djangorestframework==3.6.2
# Django Allauth
django-allauth==0.37.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
wsgiref==0.1.2
sqlparse==0.1.14
netaddr
# 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.18
jsonfield==2.0.2
# markdown support
Markdown==2.6.8
django-markdownify==0.1.0
bleach==2.0.0
# Open Badges related utilities
openbadges==1.1.0
openbadges-bakery==1.0.1
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
enum34==1.0.4
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
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.0.5
responses==0.8.1
django_mock_queries==2.0.0
# lti consumer
lti==0.9.2
# Optional AWS dependencies
boto==2.48.0
boto3==1.5.6
django-boto==0.3.12
django-ses==0.8.4