We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ff6bd commit 63bbd62Copy full SHA for 63bbd62
pyproject.toml
@@ -6,14 +6,12 @@ dependencies = [
6
"colorama",
7
"argcomplete",
8
"python-dateutil",
9
+ "ruamel.yaml",
10
+ "matplotlib",
11
+ "requests",
12
+ "questionary",
13
]
14
-[project.optional-dependencies]
-update-yaml = ["ruamel.yaml"]
-solve-stats = ["matplotlib"]
-domjudge = ["requests"]
15
-new = ["questionary"]
16
-
17
[project.scripts]
18
bt = "bapctools.tools:main"
19
0 commit comments