We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a4ea1 commit c5d2a67Copy full SHA for c5d2a67
2 files changed
docker/Dockerfile
@@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -qy \
38
gawk \
39
ipython \
40
less \
41
+ libjpeg8-dev \
42
libmysqlclient-dev \
43
libsvn1/wheezy-backports \
44
libxml2-dev \
requirements.txt
@@ -12,14 +12,16 @@ django-widget-tweaks>=1.3
12
docutils>=0.12
13
factory-boy>=2.6.0
14
# fake-factory==0.5.3 # from factory-boy
15
+hashids>=1.1.0
16
html5lib>=0.90
17
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
18
#lxml>=3.4.0 # from PyQuery;
19
mimeparse>=0.1.3 # from TastyPie
20
MySQL-python>=1.2.5
21
pathlib>=1.0
-pyang>=1.6
22
+Pillow>=3.0
23
pip>=6.0
24
+pyang>=1.6
25
pyflakes>=0.8.1
26
pyquery>=1.2.5
27
python-dateutil>=2.2
0 commit comments