Skip to content

Commit

Permalink
[deps] Updated openwisp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 25, 2020
1 parent 575a300 commit a5ea824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ branches:

before_install:
- pip install $DJANGO
# needed to test integrations
- pip install -U https://github.com/openwisp/openwisp-controller/tarball/master
- pip install -U https://github.com/openwisp/openwisp-monitoring/tarball/master
- pip install -U --no-deps https://github.com/openwisp/openwisp-notifications/tarball/master

install:
- python setup.py -q develop
- pip install -r requirements-test.txt
# needed to test integrations
- pip install -U https://github.com/openwisp/openwisp-monitoring/tarball/master

script:
- ./run-qa-checks
Expand Down
3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ coveralls
responses
freezegun
openwisp-utils[qa]~=0.7.0
# TODO: replace with openwisp-notifications when released
markdown
openwisp-controller~=0.8
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
openwisp-users~=0.5.0
openwisp-utils~=0.7.0
openwisp-utils[rest]~=0.7.0
swapper~=1.1
django>=2.2,<3.2
djangorestframework>=3.3,<3.12
django-model-utils~=4.0.0
netdiff~=0.9.0
jsonfield>=3.1.0,<4.0.0
Expand Down

0 comments on commit a5ea824

Please sign in to comment.