-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
46 lines (42 loc) · 965 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
39
40
41
42
43
44
45
46
[tool.poetry]
name = "viewser"
version = "6.6.4"
description = "The Views 3 CLI tool"
authors = ["peder2911 <[email protected]>"]
readme = "README.md"
homepage = "https://www.github.com/prio-data/viewser"
license = "CC-BY-NC"
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.27.1"
environs = "^9.3.1"
fitin = "^0.2.0"
pydantic = "^2.0.0"
crayons = "^0.4.0"
click = "^8.0.1"
tabulate = "^0.8.9"
toolz = "^0.11.1"
views-schema = "^2.3.0"
toml = "^0.10.2"
colorama = "^0.4.4"
PyMonad = "^2.4.0"
docker = "^5.0.0"
psutil = "^5.8.0"
strconv = "^0.4.2"
pyarrow = ">9.0.0"
views-storage = "^1.1.0"
tqdm = "^4.66.0"
views_tensor_utilities = ">=1.0.0"
pyod = "<1.1.0"
pandas = "^1.4.0"
numpy = "^1.2.0"
ipython = "^8.0.0"
[tool.poetry.scripts]
viewser = "viewser.cli:viewser"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
httpretty = "^1.1.3"
responses = "^0.13.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"