mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
package.py Ensure we require the correct ayon_server version
For more info on `rez` package requests syntax check: https://rez.readthedocs.io/en/latest/basic_concepts.html#package-requests-concept
This commit is contained in:
parent
4113ff7bf0
commit
0744c27c91
1 changed files with 4 additions and 1 deletions
|
|
@ -5,4 +5,7 @@ version = "0.2.1-dev.1"
|
|||
client_dir = "ayon_core"
|
||||
|
||||
plugin_for = ["ayon_server"]
|
||||
ayon_version = ">=1.0.3,<2.0.0"
|
||||
requires = [
|
||||
"~ayon_server-1.0.3+<2.0.0",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue