forked from bluesky/bluesky-httpserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
37 lines (27 loc) · 860 Bytes
/
Copy pathpixi.toml
File metadata and controls
37 lines (27 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[workspace]
authors = ["Dmitri Gavrilov <gavrilov.dvs@gmail.com>"]
channels = ["conda-forge"]
name = "bluesky-httpserver"
platforms = ["linux-64"]
version = "0.0.14"
[tasks]
[dependencies]
python = "*"
pip = "*"
[pypi-dependencies]
bluesky-queueserver = { git = "https://github.com/bluesky/bluesky-queueserver.git", branch = "main" }
bluesky-queueserver-api = { git = "https://github.com/bluesky/bluesky-queueserver-api.git", branch = "main" }
bluesky-httpserver = { path = ".", editable = true, extras = ["dev"] }
[feature.py311.dependencies]
python = "3.11.*"
[feature.py312.dependencies]
python = "3.12.*"
[feature.py313.dependencies]
python = "3.13.*"
[feature.py314.dependencies]
python = "3.14.*"
[environments]
py311 = { features = ["py311"] }
py312 = { features = ["py312"] }
py313 = { features = ["py313"] }
py314 = { features = ["py314"] }