File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ packaging
55openwisp-sphinx-theme~=1.0.2
66freezegun~=1.5.5
77django-extensions
8- openwisp-utils[qa,selenium,channels-test] @ https://github.com/openwisp/openwisp-utils/tarball/ 1.2
8+ openwisp-utils[qa,selenium,channels-test]~= 1.2.0
99pylinkvalidator
1010lxml~=6.0.2
1111cssselect~=1.3.0
12- openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/ 1.2
12+ openwisp-monitoring~= 1.2.0
1313django-redis~=6.0.0
1414mock-ssh-server~=0.9.1
Original file line number Diff line number Diff line change 3535 include_package_data = True ,
3636 zip_safe = False ,
3737 install_requires = [
38- (
39- "openwisp-notifications"
40- " @ https://github.com/openwisp/openwisp-notifications/tarball/1.2"
41- ),
42- "openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/1.2" ,
43- (
44- "openwisp-utils[rest,celery]"
45- " @ https://github.com/openwisp/openwisp-utils/tarball/1.2"
46- ),
38+ "openwisp-notifications~=1.2.0" ,
39+ "openwisp-users~=1.2.0" ,
40+ "openwisp-utils[rest,celery]~=1.2.0" ,
4741 "passlib~=1.7.1" ,
4842 "djangorestframework-link-header-pagination~=0.1.1" ,
4943 "weasyprint>=65,<67" ,
You can’t perform that action at this time.
0 commit comments