1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed optional dependencies

This commit is contained in:
krateng
2022-03-09 22:02:42 +01:00
parent e3dc401ccf
commit 4e1b099547
9 changed files with 7 additions and 19 deletions

View File

@@ -61,6 +61,8 @@ build =[
]
run = [
"python3",
"tzdata",
"tzdata"
]
opt = [
"vips"
]