38 lines
1.0 KiB
TOML
38 lines
1.0 KiB
TOML
[project]
|
|
name = "slic"
|
|
version = "0.1.0"
|
|
channels = ["conda-forge", "paulscherrerinstitute"]
|
|
platforms = ["linux-64"]
|
|
|
|
[dependencies]
|
|
python = "3.8.*"
|
|
wxpython = "*"
|
|
colorama = "*"
|
|
tqdm = "*"
|
|
rich = "*"
|
|
fuzzywuzzy = "*"
|
|
logzero = "*"
|
|
yaspin = "*"
|
|
pytest = "*"
|
|
coverage = "*"
|
|
pytest-html = "*"
|
|
pytest-cov = "*"
|
|
allure-pytest = "*"
|
|
|
|
# Spécification avec channel explicite
|
|
bsread = { version = "*", channel = "paulscherrerinstitute" }
|
|
cam_server_client = { version = "*", channel = "paulscherrerinstitute" }
|
|
cta_lib = { version = "*", channel = "paulscherrerinstitute" }
|
|
data_api = { version = "*", channel = "paulscherrerinstitute" }
|
|
elog = { version = "*", channel = "paulscherrerinstitute" }
|
|
pyepics = { version = ">=3.4.2", channel = "paulscherrerinstitute" }
|
|
jungfrau_utils = { version = ">=3", channel = "paulscherrerinstitute" }
|
|
sfdata = { version = "*", channel = "paulscherrerinstitute" }
|
|
|
|
[pypi-dependencies]
|
|
ipython = "*"
|
|
numpy = "*"
|
|
scipy = ">=1.0,<1.5"
|
|
matplotlib = "*"
|
|
pytest-md-report = "*"
|
|
pytest-json-report = "*" |