From: Guillaume Pellerin Date: Wed, 19 Jul 2017 19:48:52 +0000 (+0200) Subject: fix postman version X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=75b33e49285d01602c7ef934998431bc50a66467;p=teleforma.git fix postman version --- diff --git a/setup.py b/setup.py index 8997d52c..15fd1496 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( 'telemeta==1.4.6', 'south', 'django-pagination==1.0.7', - 'django-postman', + 'django-postman==3.2.0', 'django-extensions==0.9', 'django-notes', 'django-timezones==0.2', @@ -31,7 +31,7 @@ setup( 'django-user-agents', 'xhtml2pdf', 'html5lib==0.95', - + ], platforms=['OS Independent'], license='CeCILL v2',