diff --git a/requirements-test.txt b/requirements-test.txt index 16835bd..a4634b3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,8 +3,8 @@ pytest-asyncio~=0.24.0 pytest-django~=4.9.0 freezegun~=1.5.1 # Needed to test integrations -openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/master -openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/master -openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master +openwisp-monitoring~=1.1.0 +openwisp-controller~=1.1.0 +openwisp-utils[qa,selenium]~=1.1.1 redis~=5.2.0 django_redis~=5.4.0 diff --git a/requirements.txt b/requirements.txt index 1ea3fbf..70820d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master -netdiff @ https://github.com/openwisp/netdiff/tarball/master +openwisp-users~=1.1.0 +netdiff~=1.1.0 jsonfield~=3.1.0 -django-flat-json-widget @ https://github.com/openwisp/django-flat-json-widget/tarball/master -openwisp-utils[celery] @ https://github.com/openwisp/openwisp-utils/tarball/master +django-flat-json-widget~=0.3.1 +openwisp-utils[celery]~=1.1.1