forked from learningequality/studio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
89 lines (86 loc) · 1.86 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-mptt = "==0.9.1"
django-filter = "==1.0.4"
django-pg-utils = "==0.1.5"
djangorestframework = "==3.8.2"
pdfkit = "==0.6.1"
"psycopg2-binary" = "==2.7.4"
psutil = "==3.1.1"
django-js-reverse = "==0.6.1"
django-registration = "==2.1.2"
django-hashedfilenamestorage = "==1.0.0"
djangorestframework-bulk = "==0.2.1"
django-email-extras = "==0.3.3"
kolibri = "==0.7.0"
validators = "*"
le-utils = "*"
gunicorn = "==19.6.0"
django-mailgun = "==0.9.1"
pressurecooker = "==0.0.18"
"porter2stemmer" = "==1.0"
django-postmark = "==0.1.6"
ddtrace = "==0.8.0"
jsonfield = "==2.0.2"
newrelic = ">=2.86.3.70"
celery = "==4.1.1"
redis = "==2.10.5"
reportlab = "==3.4.0"
python-resize-image = "==1.1.11"
pycountry = "==17.5.14"
sphinx-autobuild = "==0.7.1"
sphinx-intl = "*"
minio = "==3.0.3"
pathlib = "*"
"xhtml2pdf" = "==0.2.1"
"progressbar2" = "==3.38.0"
python-postmark = "==0.5.0"
Django = "==1.11.15"
Markdown = "==2.6.2"
Pillow = "==5.0.0"
Metaphone = "==0.6"
Sphinx = "==1.6.4"
sphinx_rtd_theme = "*"
SQLAlchemy = "==1.2.2"
django-webpack-loader = "==0.6.0"
google-cloud-error-reporting = "*"
google-cloud-storage = "*"
"django-s3-storage" = "==0.12.4"
requests = "==2.19.1"
google-cloud-core = "*"
gspread = "==3.0.1"
google-api-python-client = "*"
django-db-readonly = "==0.5.0"
raven = "*"
"oauth2client" = "*"
[dev-packages]
ipdb = "*"
python-language-server = "*"
django-debug-panel = "*"
django-debug-toolbar = "*"
"flake8" = "==3.4.1"
Pympler = "*"
importmagic = "*"
yapf = "*"
isort = "*"
pyls-isort = "*"
autoflake = "*"
pylint = "*"
mock = "*"
mixer = "==5.6.6"
pytest = "*"
pytest-django = "*"
pytest-logging = "*"
jedi = ">=0.9.0"
json-rpc = ">=1.8.1"
service_factory = ">=0.1.5"
pytest-watch = "*"
rope = "*"
"autopep8" = "<=1.4.0"
pre-commit= "==1.11.1"
Faker = "==0.7.3"
[requires]
python_version = "2.7"