18 lines
322 B
TOML
18 lines
322 B
TOML
[workspace]
|
|
authors = ["Sven Augustin <sven.augustin@psi.ch>"]
|
|
channels = ["conda-forge"]
|
|
name = "stand"
|
|
platforms = ["linux-64"]
|
|
version = "0.0.2"
|
|
|
|
[tasks]
|
|
stand = "stand/main.py"
|
|
|
|
[dependencies]
|
|
python = ">=3.13,<3.14"
|
|
nicegui = ">=3.11.0,<4"
|
|
arcticdb = ">=6.13.0,<7"
|
|
python-gssapi = ">=1.11.1,<2"
|
|
ldap3 = ">=2.9.1,<3"
|
|
|