remove PIL from direct dependencies

This commit is contained in:
Benjamin Dauvergne 2014-01-07 01:08:31 +01:00
parent c014d07b77
commit 8772f772f9
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
requests>=1.0.0
pil
feedparser
django>=1.5.1,<1.6
git+git://repos.entrouvert.org/authentic.git/#egg=authentic2-2.0.2.1

View File

@ -117,7 +117,6 @@ setup(name="portail_citoyen",
install_requires=[
'django-admin-tools>=0.5.1,<0.6.0',
'requests>2.0.1',
'PIL',
'feedparser',
'django>=1.5.1,<1.6',
'authentic2>2.0.2',