This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
forked from concentricsky/badgr-server
-
Notifications
You must be signed in to change notification settings - Fork 7
/
requirements.txt
117 lines (91 loc) · 2.18 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Django stuff
Django==2.2.13
semver==2.6.0
pytz==2017.2
# PIL support
Pillow==6.2.0
python-dateutil==2.6.1
# mysql database
# MySQL-python==1.2.5 # python3 incompatible
mysqlclient==1.4.6
django-storages==1.7
python-resize-image==1.1.19
# CSky
# django-cachemodel==2.1.7 # python3 incompatible
-e git://github.com/concentricsky/django-cachemodel.git@0f3081a2427c525f243119426432abd6484dc837#egg=cachemodel
# django-basic-models==3.0.4 # python3 incompatible
-e git://github.com/concentricsky/django-basic-models.git@50ae1448e61ee14941f502ec6d470a4799da001e#egg=django-basic-models
# apispec-djangorestframework==1.0.6 # python3 incompatible
-e git://github.com/edubadges/apispec-djangorestframework.git#egg=apispec_drf
django-object-actions==2.0.0
python-memcached==1.58
djangorestframework==3.9.1
# Django Allauth
django-allauth==0.37.1
## FW oauthlib==2.1.0
oauthlib==3.1.0
requests==2.20.0
## FW requests-oauthlib==0.4.2
requests-oauthlib==1.3.0
# Permissions framework
rules==0.4
# OAuth
django-oauth-toolkit==1.1.2
# Some extras
django-cors-headers==1.1.0
django-cors-middleware==1.4.0
django-autoslug==1.9.6
# wsgiref==0.1.2 # python3 incompatible
sqlparse==0.1.14
netaddr
django-extensions==2.0.7
# 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.1.4
# 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.1.6
idna==2.5
ipaddress==1.0.16
pyasn1==0.1.9
pycparser==2.14
## FW six==1.9.0
six==1.13.0
#svg 2 png support
cairocffi==0.9.0
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
# EncryptedCursorPagination dependencies
more-itertools==2.5.0
apispec==0.22.0
responses==0.8.1
## FW django_mock_queries==2.0.0
django_mock_queries==2.1.5
# 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
# after python3 upgrade
social-auth-app-django==3.1.0