54 lines
1.3 KiB
TOML
54 lines
1.3 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 = "*"
|
|
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 = "*"
|
|
pytest-json-report = "*"
|
|
#pytest-json-report = "==1.2.4" #2021
|
|
pytest-cov = "*"
|
|
pluggy = "*"
|
|
coverage = "*"
|
|
freezegun = "*"
|
|
dbus-python = "*"
|
|
requests = "*"
|
|
beautifulsoup4 = "*"
|
|
|
|
[environments.default]
|
|
features = ["test"]
|
|
|
|
[feature.test.dependencies]
|
|
pytest = "*"
|
|
pcaspy = "*"
|
|
pyepics = "*"
|
|
time-machine = "*" |