mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
YAML does not get installed during django-import-export package?
This commit is contained in:
parent
ba561d6d19
commit
7e6ac54015
@ -14,7 +14,7 @@ pygments==2.7.4 # Syntax highlighting
|
|||||||
# tablib==0.13.0 # Import / export data files (installed as dependency of django-import-export package)
|
# tablib==0.13.0 # Import / export data files (installed as dependency of django-import-export package)
|
||||||
django-crispy-forms==1.11.2 # Form helpers
|
django-crispy-forms==1.11.2 # Form helpers
|
||||||
django-import-export==2.0.0 # Data import / export for admin interface
|
django-import-export==2.0.0 # Data import / export for admin interface
|
||||||
tablib[xls,xlsx] # Support for XLS and XLSX formats
|
tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats
|
||||||
django-cleanup==5.1.0 # Manage deletion of old / unused uploaded files
|
django-cleanup==5.1.0 # Manage deletion of old / unused uploaded files
|
||||||
flake8==3.8.3 # PEP checking
|
flake8==3.8.3 # PEP checking
|
||||||
pep8-naming==0.11.1 # PEP naming convention extension
|
pep8-naming==0.11.1 # PEP naming convention extension
|
||||||
|
Loading…
x
Reference in New Issue
Block a user