summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Tas2018-10-27 15:26:22 +0200
committerSimon Tas2018-10-27 15:26:22 +0200
commitbdf47974ebd691c9d574a74d6e32406272ee9c85 (patch)
tree4db23ba1b8faac98ac9341fc7ac94071067da0fe /PKGBUILD
parentf79195ef3da1165ace0f5c74ef2dccc8d66b4d21 (diff)
downloadaur-bdf47974ebd691c9d574a74d6e32406272ee9c85.tar.gz
updated version dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64966776017f..edf35fd991cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="REST version of Django authentication system."
arch=('any')
url="https://pypi.python.org/pypi/$_pkgname"
license=('MIT')
-depends=('python>=2.7' 'python-django>1.11' 'python-django-rest-framework')
+depends=('python>=2.7' 'python-django>=1.11' 'python-django-rest-framework>=3.7')
provides=('djoser')
source=("https://files.pythonhosted.org/packages/dd/8a/39b1b19f8d928fb616664220f964431df685192e24ee142ffd03a68769b5/$_pkgname-$pkgver.tar.gz")
md5sums=('a8d75531b4e289c607482e49957b312d')