forked from ssl-hep/ServiceX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 763 Bytes
/
pyproject.toml
File metadata and controls
26 lines (23 loc) · 763 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
[tool.poetry]
name = "servicex"
version = "0.1.0"
description = "Developmen virtual environment for ServiceX"
authors = ["Ben Galewsky <ben@peartreestudio.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.10"
servicex-app = {path = "servicex_app", develop = true}
did-finder-cernopendata = {path = "did_finder_cernopendata", develop = true}
did-finder-xrootd = {path = "did_finder_xrootd", develop = true}
did-finder-rucio = {path = "did_finder_rucio", develop = true}
[tool.poetry.group.test.dependencies]
pytest = "^8.3.5"
flake8 = "^7.2"
pytest-mock = "^3.14.1"
coverage = "^7.8.2"
responses = "^0.25.7"
pytest-asyncio = "^0.26.0"
pytest-flask = "^1.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"