-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
40 lines (36 loc) · 938 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
[tool.poetry]
name = "set-effort-analysis"
version = "0.0.1"
description = "Data analysis on DBMI Software Engineering Team efforts."
authors = ["Your Name <[email protected]>"]
license = "BSD-3-Clause license"
readme = "README.md"
packages = [{include = "set_effort_analysis"}]
[tool.poetry.dependencies]
python = "^3.9"
togglpy = "^0.1.2"
jupyterlab = "^3.6.1"
pandas = ">=2.0.0,<3.0.0"
duckdb = "^0.7.1"
black = "^23.1.0"
isort = "^5.12.0"
jupyterlab-code-formatter = "^1.5.3"
dvc = {extras = ["gdrive"], version = "^2.50.0"}
openpyxl = "^3.1.2"
pyarrow = ">=14.0.0"
matplotlib = "^3.7.1"
requests = "^2.31.0"
jupytext = "^1.14.6"
pygithub = ">=1.59.1"
awkward = "^2.5.0"
github-dependents-info = "^1.2.0"
plotly = "^5.18.0"
python-box = "^7.1.1"
kaleido = "0.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.bandit]
exclude_dirs = ["tests"]
[tool.jupytext]
formats = "ipynb,py:percent"