Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit abcee94

Browse files
committed
Ok, just switch to Pillow
1 parent 705a64a commit abcee94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- elasticsearch
88

99
install:
10-
- "CFLAGS=\"-O0\" && pip install -r requirements.txt --allow-external PIL"
10+
- "CFLAGS=\"-O0\" && pip install -r requirements.txt"
1111
- "pip install -q fabric==1.5.1"
1212

1313
before_script:

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def make_virtual_env():
136136
"Make a virtual environment for local dev use"
137137
with lcd(PROJ_ROOT):
138138
local('virtualenv .')
139-
local('./bin/pip install -r requirements.txt --allow-external PIL')
139+
local('./bin/pip install -r requirements.txt')
140140

141141
def symlink_packages():
142142
"Symlink python packages not installed with pip"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pyelasticsearch==0.6
1212
BeautifulSoup<4.0
1313
lxml==3.0.2
1414
cssselect==0.8
15-
PIL==1.1.7
15+
Pillow==2.3.0
1616
psycopg2==2.4.6
1717

1818
isodate==0.4.9

0 commit comments

Comments
 (0)