We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa3e54 commit ab5956eCopy full SHA for ab5956e
requirements-test.txt
@@ -1,4 +1,4 @@
1
-openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master
+openwisp-utils[qa,selenium]~=1.1.1
2
django-redis~=5.4.0
3
mock-ssh-server~=0.9.1
4
responses~=0.25.3
setup.py
@@ -35,7 +35,7 @@
35
include_package_data=True,
36
zip_safe=False,
37
install_requires=[
38
- 'openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/master',
+ 'openwisp-controller~=1.1.0',
39
'django-private-storage~=3.1.0',
40
],
41
classifiers=[
0 commit comments