0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Use Willow 0.2

This commit is contained in:
Karl Hobley 2015-04-01 17:42:55 +01:00
parent 0d935dac02
commit bbfa70d8e8
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ install_requires = [
"Unidecode>=0.04.14",
"six>=1.7.0",
'requests>=2.0.0',
"Willow==0.2b2",
"Willow==0.2",
]

View File

@ -17,7 +17,7 @@ base =
python-dateutil==2.2
pytz==2014.7
Embedly
Willow==0.2b2
Willow==0.2
coverage
dj17 =