mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Revert to django 2.2.9
2.2.10 causes issues ```ModuleNotFoundError: No module named 'django.utils'```
This commit is contained in:
parent
f03f6c4386
commit
5261e96c8a
@ -1,4 +1,4 @@
|
||||
Django==2.2.10 # Django package
|
||||
Django==2.2.9 # Django package
|
||||
pillow==6.2.0 # Image manipulation
|
||||
djangorestframework==3.10.3 # DRF framework
|
||||
django-cors-headers==3.2.0 # CORS headers extension for DRF
|
||||
@ -18,4 +18,4 @@ flake8==3.3.0 # PEP checking
|
||||
coverage==4.0.3 # Unit test coverage
|
||||
python-coveralls==2.9.1 # Coveralls linking (for Travis)
|
||||
fuzzywuzzy==0.17.0 # Fuzzy string matching
|
||||
python-Levenshtein==0.12.0 # Required for fuzzywuzzy
|
||||
python-Levenshtein==0.12.0 # Required for fuzzywuzzy
|
||||
|
Loading…
Reference in New Issue
Block a user