Skip to content

Commit 488a40f

Browse files
authored
[chores] Updated openwisp_notifications to 0.2 #308
- Removed openwisp_notifications from `install-dev.sh` (openwisp_notification==0.2.1 is already released) - Removed openwsip_users from `install-dev.sh` (openwisp_users==0.4.1 is already released) - Added `rest` dependencies to openwisp_utils Closes #308 Closes #282
1 parent 8f9f543 commit 488a40f

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

install-dev.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
#!/bin/bash
22
set -e
3-
4-
# TODO: remove when openwisp-notifications 0.2 is released
5-
pip install -U https://github.com/openwisp/openwisp-notifications/tarball/dev
6-
7-
# TODO: can be removed when openwisp-users 0.4.1 is released
8-
# Commit needed for failures in tests:
9-
# https://github.com/openwisp/openwisp-users/commit/ef347927136ddb4676479cb54cdc7cd08049e2e5
10-
pip install -U --no-deps https://github.com/openwisp/openwisp-users/tarball/master

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ django-x509~=0.9.0
66
django-taggit~=1.3.0
77
django-loci>=0.3.1,<0.4.0
88
django-flat-json-widget~=0.1
9-
openwisp-utils~=0.6.0
9+
openwisp-utils[rest]~=0.6.0
1010
openwisp-users~=0.4.0
11-
openwisp-notifications~=0.1
11+
openwisp-notifications~=0.2
1212
djangorestframework-gis>=0.12.0,<0.16.0
1313
netjsonconfig>=0.8.0,<0.9.0
1414
paramiko~=2.7.2

0 commit comments

Comments
 (0)