mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update to latest version of django-qr-code
This commit is contained in:
parent
5167117067
commit
9b882f4d17
@ -14,10 +14,7 @@ tablib==0.13.0 # Import / export data files
|
||||
django-crispy-forms==1.8.1 # Form helpers
|
||||
django-import-export==2.0.0 # Data import / export for admin interface
|
||||
django-cleanup==4.0.0 # Manage deletion of old / unused uploaded files
|
||||
# TODO: Once the official django-qr-code package has been updated with Django3.x support,
|
||||
# the following line should be removed.
|
||||
git+git://github.com/chrissam/django-qr-code
|
||||
# django-qr-code==1.1.0 # Generate QR codes
|
||||
django-qr-code==1.2.0 # Generate QR codes
|
||||
flake8==3.3.0 # PEP checking
|
||||
coverage==4.0.3 # Unit test coverage
|
||||
python-coveralls==2.9.1 # Coveralls linking (for Travis)
|
||||
|
Loading…
Reference in New Issue
Block a user