general: replace jsonfield by django-jsonfield

This commit is contained in:
Frédéric Péters 2015-03-08 20:07:32 +01:00
parent 135beae29f
commit 2e0f13fcdc
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
django>=1.7, <1.8
jsonfield
django-jsonfield
eopayment

View File

@ -57,7 +57,7 @@ setup(
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.7, <1.8',
'jsonfield',
'django-jsonfield',
'eopayment',
],
zip_safe=False,