Skip to content

Commit

Permalink
Removed upper limit of django-otp dependency (#375)
Browse files Browse the repository at this point in the history
django-otp recently released a 1.0.0 version.
  • Loading branch information
claudep authored Aug 14, 2020
1 parent b8068d9 commit 866e940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(exclude=('example', 'tests')),
install_requires=[
'Django>=2.2',
'django_otp>=0.6.0,<0.99',
'django_otp>=0.6.0',
'qrcode>=4.0.0,<6.99',
'django-phonenumber-field>=1.1.0,<3.99',
'django-formtools',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ deps =
coverage

django-formtools
django_otp>=0.6.0,<0.99
django_otp>=0.6.0
django-phonenumber-field>=1.1.0,<2.99
phonenumbers>=7.0.9,<8.99
qrcode>=4.0.0,<6.99
Expand Down

0 comments on commit 866e940

Please sign in to comment.