setup.py: add requests in install_requires

This commit is contained in:
Thomas NOËL 2014-10-02 23:30:03 +02:00
parent bd50772a29
commit 1ba9d419f1
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ setup(name='passerelle',
'django-model-utils',
'django-jsonresponse==0.10',
'jsonfield',
'requests',
'gadjo',
],
cmdclass={'sdist': eo_sdist},