From 771b14ed9fc90a6b48e7860d5630a6ddc3d72144 Mon Sep 17 00:00:00 2001 From: purhan Date: Wed, 17 Feb 2021 09:40:45 +0530 Subject: [PATCH] [chores] Minor improvements --- README.rst | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 66f9fbabd..817554ea8 100755 --- a/README.rst +++ b/README.rst @@ -182,7 +182,7 @@ endpoint, which provides a paginated list of such locations in GeoJSON format: .. code-block:: text - GET /api/v1/device/geojson + GET /api/v1/device/geojson/ Settings -------- diff --git a/requirements.txt b/requirements.txt index cc0c453f3..97d052a02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-taggit~=1.3.0 django-loci~=0.4.0 django-flat-json-widget~=0.1.2 # TODO: change this when next version of openwisp_users is released -openwisp-users @ https://github.com/purhan/openwisp-users/tarball/master +openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master openwisp-utils[rest]~=0.7.1 openwisp-notifications~=0.3 djangorestframework-gis>=0.12.0,<0.17.0