[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pycine = {editable = true, path = "."}
colorama = "*"

[dev-packages]
pyinstaller = "*"

[requires]
python_version = "3.7"

[scripts]
build = "pyinstaller pycine/cli/pfs_meta.py --onefile"
buildraw = "pyinstaller pycine/cli/cineraw.py --onefile"
deploy = "rsync dist/pfs_meta kamerawe@phantomfuse.com:/home/kamerawe/public_html/phantomfuse/"
