packages = [
"opencv-python",
"numpy",
"Pillow",
"reportlab",
"qrcode",
"flask",
"werkzeug"
]
# Mount the OMR source code directory so python can import it
[[fetch]]
from = "../OMR-Server-Python/src/android_entrypoints.py"
to = "src/android_entrypoints.py"
[[fetch]]
from = "../OMR-Server-Python/src/layout.py"
to = "src/layout.py"
[[fetch]]
from = "../OMR-Server-Python/src/main.py"
to = "src/main.py"
[[fetch]]
from = "../OMR-Server-Python/src/omr_scanner.py"
to = "src/omr_scanner.py"
[[fetch]]
from = "../OMR-Server-Python/src/sheet_generator.py"
to = "src/sheet_generator.py"