2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Started implementation of multi-step form for purchase order file uplod

This commit is contained in:
eeintech
2021-05-03 17:30:33 -04:00
parent 5d214fc869
commit b847604f15
8 changed files with 99 additions and 0 deletions

View File

@ -32,5 +32,6 @@ python-barcode[images]==0.13.1 # Barcode generator
qrcode[pil]==6.1 # QR code generator
django-q==1.3.4 # Background task scheduling
gunicorn>=20.0.4 # Gunicorn web server
django-formtools==2.3 # Form wizard tools
inventree # Install the latest version of the InvenTree API python library