Skip to content

Commit 2b4e8a5

Browse files
mlec1claudep
authored andcommitted
feat(dependencies): Remove min version for django-phonenumber-field dependency
Refs: - #639
1 parent 42fe589 commit 2b4e8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'Django>=3.2',
1616
'django_otp>=0.8.0',
1717
'qrcode>=4.0.0,<7.99',
18-
'django-phonenumber-field>=1.1.0,<8',
18+
'django-phonenumber-field<8',
1919
'django-formtools',
2020
],
2121
extras_require={

0 commit comments

Comments
 (0)