Skip to content

Commit c5d2a67

Browse files
committed
Updated requirements.txt to include Pillow (Python Imaging Lib wrapper). Requires libjpeg on system; libjpeg8-dev added to Docker file.
- Legacy-Id: 11260
1 parent 14a4ea1 commit c5d2a67

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -qy \
3838
gawk \
3939
ipython \
4040
less \
41+
libjpeg8-dev \
4142
libmysqlclient-dev \
4243
libsvn1/wheezy-backports \
4344
libxml2-dev \

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ django-widget-tweaks>=1.3
1212
docutils>=0.12
1313
factory-boy>=2.6.0
1414
# fake-factory==0.5.3 # from factory-boy
15+
hashids>=1.1.0
1516
html5lib>=0.90
1617
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
1718
#lxml>=3.4.0 # from PyQuery;
1819
mimeparse>=0.1.3 # from TastyPie
1920
MySQL-python>=1.2.5
2021
pathlib>=1.0
21-
pyang>=1.6
22+
Pillow>=3.0
2223
pip>=6.0
24+
pyang>=1.6
2325
pyflakes>=0.8.1
2426
pyquery>=1.2.5
2527
python-dateutil>=2.2

0 commit comments

Comments
 (0)