Skip to content

Commit

Permalink
Update django-phonenumber-field dep and tox deps
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloftus committed Jun 14, 2018
1 parent 8294070 commit bec2106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'Django>=1.11',
'django_otp>=0.3.4,<0.99',
'qrcode>=4.0.0,<4.99',
'django-phonenumber-field>=1.1.0,<1.99',
'django-phonenumber-field>=1.1.0,<2.99',
'django-formtools',
],
extras_require={
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ deps =
coverage

django-formtools
django-phonenumber-field>=0.7.2,<0.99
django-phonenumber-field>=0.7.2,<2.99
django_otp>=0.3.4,<0.99
phonenumbers>=7.0.9,<7.99
qrcode>=4.0.0,<4.99
twilio>=6.0
ignore_outcome =
Expand Down

0 comments on commit bec2106

Please sign in to comment.