forked from learningequality/studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
111 lines (107 loc) · 2.26 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-cte = "==1.1.4"
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 = ">=0.1.19"
gunicorn = "==19.6.0"
django-mailgun = "==0.9.1"
pressurecooker = ">=0.0.24"
"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.28"
Markdown = "==2.6.2"
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.20.0"
google-cloud-core = "*"
gspread = "==3.0.1"
google-api-python-client = "*"
django-db-readonly = "==0.5.0"
raven = "*"
wordcloud = "==1.5.0"
"oauth2client" = "*"
django-mathfilters = "*"
python-pptx = "*"
google-cloud-kms = "==0.2.1"
backoff = "*"
flower = "*"
kombu = "==4.3"
singledispatch = "==3.4.0.3"
backports-abc = "==0.5"
whitenoise = "==4.1.4"
django-redis = "*"
django-prometheus = "*"
eventlet = "*"
future = "*"
sentry-sdk = "*"
[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.15.1"
Faker = "==0.7.3"
codecov = "*"
coverage = "*"
pytest-cov = "*"
nodeenv = "*"
[requires]
python_version = "2.7"
[pipenv]
allow_prereleases = true