mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
For more info on `rez` package requests syntax check: https://rez.readthedocs.io/en/latest/basic_concepts.html#package-requests-concept
11 lines
157 B
Python
11 lines
157 B
Python
name = "core"
|
|
title = "Core"
|
|
version = "0.2.1-dev.1"
|
|
|
|
client_dir = "ayon_core"
|
|
|
|
plugin_for = ["ayon_server"]
|
|
requires = [
|
|
"~ayon_server-1.0.3+<2.0.0",
|
|
]
|
|
|