Commit e0b63fef authored by Matteo's avatar Matteo
Browse files

update

parent ef8879fc
FILES_NAME: test FILES_NAME: BERIO100
FilesName: filename WORKING_PATH: ../data
WORKING_PATH: /data
WorkingPath: /home/user/preservation
This diff is collapsed.
...@@ -9,16 +9,15 @@ authors = [ ...@@ -9,16 +9,15 @@ authors = [
license = "GPLv3" license = "GPLv3"
repository = "https://gitlab.dei.unipd.it/mpai/packager.git" repository = "https://gitlab.dei.unipd.it/mpai/packager.git"
readme = "README.md" readme = "README.md"
packages = [{ include = "packager", from = "src" }]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
mpai-cae-arp = "^0.2.2"
moviepy = "1.0.3" moviepy = "1.0.3"
fastapi = {extras = ["standard"], version = "^0.95.0"} mpai-cae-arp = "^0.3.2"
uvicorn = "^0.21.1"
[tool.poetry.scripts] [tool.poetry.scripts]
packager = 'packager:main' packager = 'packager.cli:main'
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
......
def main():
raise NotImplementedError
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment