-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (24 loc) · 788 Bytes
/
pyproject.toml
File metadata and controls
27 lines (24 loc) · 788 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
[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 = "^9.0.3"
flake8 = "^7.3"
pytest-mock = "^3.15.1"
coverage = "^7.13.5"
responses = "^0.26.0"
pytest-asyncio = "^1.2.0"
pytest-flask = "^1.3.0"
pytest-celery = "^1.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"