forked from spgi-ci/spgci-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (32 loc) · 907 Bytes
/
pyproject.toml
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
37
38
[tool.poetry]
name = "spgci"
version = "0.0.39"
description = "SPGCI is an API Client for the S&P Commodity Insights REST API"
authors = ["S&P Global Commodity Insights <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/spgi-ci/spgci-python"
homepage = "https://github.com/spgi-ci/spgci-python"
documentation = "https://developer.spglobal.com/commodityinsights/tools/notebooks"
[tool.poetry.dependencies]
python = "^3.9.0"
pandas = ">= 1.1.5"
requests = "^2.27.1"
tqdm = "^4.64.1"
typing-extensions = "^4.4.0"
tenacity = "^8.2.2"
urllib3 = "1.26.15"
packaging = "^24.1"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
pytest = "^7.2.1"
pytest-cov = "^4.0.0"
notebook = "^6.5.2"
ruff = "^0.0.275"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
markers = [
"integtest",
]