Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chores] Updated openwisp_notifications to 0.2 #308 #309

Merged
merged 1 commit into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions install-dev.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
#!/bin/bash
set -e

# TODO: remove when openwisp-notifications 0.2 is released
pip install -U https://github.com/openwisp/openwisp-notifications/tarball/dev

# TODO: can be removed when openwisp-users 0.4.1 is released
# Commit needed for failures in tests:
# https://github.com/openwisp/openwisp-users/commit/ef347927136ddb4676479cb54cdc7cd08049e2e5
pip install -U --no-deps https://github.com/openwisp/openwisp-users/tarball/master
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ django-x509~=0.9.0
django-taggit~=1.3.0
django-loci>=0.3.1,<0.4.0
django-flat-json-widget~=0.1
openwisp-utils~=0.6.0
openwisp-utils[rest]~=0.6.0
Copy link
Member Author

@pandafy pandafy Oct 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nemesisdesign I had to add this change otherwise pip was not installing django-filters from openwisp_utils[rest]. I tried removing openwisp_utils altogether, thinking that it is already a dependency of openwisp_notification, but that didn't work either.

openwisp-users~=0.4.0
openwisp-notifications~=0.1
openwisp-notifications~=0.2
djangorestframework-gis>=0.12.0,<0.16.0
netjsonconfig>=0.8.0,<0.9.0
paramiko~=2.7.2
Expand Down