build: add django-jsonresponse requirement

This commit is contained in:
Frédéric Péters 2013-02-11 11:28:50 +01:00
parent fe2075456a
commit 5e65ba8758
2 changed files with 5 additions and 0 deletions

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
django == 1.4
http://pypi.python.org/packages/source/d/django-jsonresponse/django-jsonresponse-0.5.tar.gz

View File

@ -14,4 +14,7 @@ setup(name='passerelle',
install_requires=[
'django >= 1.4.2, < 1.5',
],
dependency_links = [
'http://pypi.python.org/packages/source/d/django-jsonresponse/django-jsonresponse-0.5.tar.gz',
]
)