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 8a6cf64 commit d19c372Copy full SHA for d19c372
pyproject.toml
@@ -2,20 +2,20 @@
2
name = "bapctools"
3
version = "0.0.0"
4
dependencies = [
5
- "pyyaml",
6
- "colorama",
7
- "argcomplete; platform_system != 'Windows'",
8
- "python-dateutil",
9
- "ruamel.yaml",
10
- "matplotlib",
11
- "requests",
12
- "questionary",
+ "pyyaml~=6.0.3",
+ "colorama~=0.4.6",
+ "argcomplete~=3.6.3; platform_system != 'Windows'",
+ "python-dateutil~=2.9.0",
+ "ruamel.yaml~=0.18.16",
+ "matplotlib~=3.10.7",
+ "requests~=2.32.5",
+ "questionary~=2.1.1",
13
]
14
requires-python = ">=3.10"
15
16
[project.optional-dependencies]
17
dev = [
18
- "pytest",
+ "pytest~=9.0.1",
19
20
21
[project.scripts]
0 commit comments