From 1d18bde01c36611049b057b008f08c557a45cb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 24 Apr 2017 12:47:58 +0200 Subject: [PATCH] misc: allow django-jsonfield 1 (#11192) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 57c8cb5..443819f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=1.7,<1.9 django-tables2<1.1 -django-jsonfield >= 0.9.3, < 1 +django-jsonfield >= 0.9.3 djangorestframework>=3.3,<3.4 file-magic diff --git a/setup.py b/setup.py index cf17e2d..42eabfb 100755 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ setup( 'django>=1.7', 'gadjo', 'django-tables2<1.1', - 'django-jsonfield >= 0.9.3, < 1', + 'django-jsonfield >= 0.9.3', 'djangorestframework>=3.3,<3.4', 'file-magic', ],