Skip to content

Commit 63bbd62

Browse files
committed
make all dependencies required
1 parent 57ff6bd commit 63bbd62

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ dependencies = [
66
"colorama",
77
"argcomplete",
88
"python-dateutil",
9+
"ruamel.yaml",
10+
"matplotlib",
11+
"requests",
12+
"questionary",
913
]
1014

11-
[project.optional-dependencies]
12-
update-yaml = ["ruamel.yaml"]
13-
solve-stats = ["matplotlib"]
14-
domjudge = ["requests"]
15-
new = ["questionary"]
16-
1715
[project.scripts]
1816
bt = "bapctools.tools:main"
1917

0 commit comments

Comments
 (0)