Skip to content

Commit 64598a7

Browse files
committed
[chores] Reordered dependencies
1 parent b8ac0a2 commit 64598a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
coveralls
2+
redis>=3.4.1,<4.0.0
23
channels_redis~=3.1
34
django_redis~=4.12
45
openwisp-utils[qa]~=0.6.0

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
django>=2.2,<3.1
22
django-model-utils>=4.0
3-
netjsonconfig>=0.8.0,<0.9.0
43
django-sortedm2m>=3.0.0,<3.1.0
54
django-reversion>=3.0.5,<3.1.0
65
django-x509~=0.8.0
76
django-taggit~=1.3.0
7+
django-loci>=0.3.1,<0.4.0
8+
django-flat-json-widget~=0.1
89
openwisp-utils~=0.6.0
910
openwisp-users~=0.4.0
10-
django-loci>=0.3.1,<0.4.0
11+
openwisp-notifications~=0.1
1112
djangorestframework-gis>=0.12.0,<0.16.0
13+
netjsonconfig>=0.8.0,<0.9.0
1214
paramiko>=2.7.1,<2.8.0
1315
scp>=0.13.0,<0.14.0
1416
celery>=4.4.3,<4.5.0
15-
redis>=3.4.1,<4.0.0
1617
swapper~=1.1.0
17-
django-flat-json-widget~=0.1
18-
openwisp-notifications~=0.1

0 commit comments

Comments
 (0)