mention new jsonfield dependency

This commit is contained in:
Frédéric Péters 2014-09-16 19:59:09 +02:00
parent eef569b39a
commit 7a61843cc4
2 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,5 @@ phpserialize
mako
requests
sqlalchemy
jsonfield
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo

View File

@ -53,6 +53,7 @@ setup(name='passerelle',
'django-model-utils',
'south >= 0.8, < 0.9',
'django-jsonresponse==0.10',
'jsonfield',
],
cmdclass={'sdist': eo_sdist},
)