forked from OpenMined/PyDP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
42 lines (39 loc) · 842 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
[build-system]
requires = [
"setuptools",
"wget"
]
[tool.poetry]
name = "pydp"
version = "1.1.5.rc4"
description = ""
authors = [
"Chinmay Shah <[email protected]>",
]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
black = "*"
black-nb = "*"
bumpversion = "==0.5.3"
coverage = "*"
gcovr = "*"
isort = "*"
jupyter = "*"
matplotlib = "*"
mypy = "*"
nbqa = "*"
pandas = "*"
pre-commit = "*"
pytest = "*"
pytest-randomly = "*"
pytest-sugar = "*"
pytest-xdist = "*"
seaborn = "*"
setuptools = "*"
scikit-learn = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
twine = "*"
wheel = "*"