We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68896b9 commit e316378Copy full SHA for e316378
setup.py
@@ -35,11 +35,8 @@
35
include_package_data=True,
36
zip_safe=False,
37
install_requires=[
38
- (
39
- 'openwisp-users '
40
- '@ https://github.com/openwisp/openwisp-users/tarball/master'
41
- ),
42
- 'openwisp-utils[rest,celery]~=1.1.0',
+ 'openwisp-users~=1.1.0',
+ 'openwisp-utils[rest,celery]~=1.1.1',
43
'passlib~=1.7.1',
44
'djangorestframework-link-header-pagination~=0.1.1',
45
'weasyprint~=59.0',
0 commit comments