Skip to content

Commit

Permalink
Merge pull request #19 from maykinmedia/bugfix/fix-broken-django_top-…
Browse files Browse the repository at this point in the history
…requirement

🐛 replace . with , between versions in setup(install_requirements…
  • Loading branch information
alextreme authored Dec 18, 2024
2 parents 715d2cd + f711e5f commit 7665fbd
Showing 1 changed file with 1 addition and 1 deletion.
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.0,<4.0.0',
'django_otp>=1.0.0.<2.0.0',
'django_otp>=1.0.0,<2.0.0',
'qrcode>=4.0.0,<6.99',
'django-phonenumber-field>=5.0.0,<6.0.0',
'django-formtools',
Expand Down

0 comments on commit 7665fbd

Please sign in to comment.