Skip to content

Commit

Permalink
🐛 replace . with , between versions in setup(install_requirements=[...])
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Dec 18, 2024
1 parent 715d2cd commit f711e5f
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 f711e5f

Please sign in to comment.