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 e1206b1 commit 2213bb1Copy full SHA for 2213bb1
pyproject.toml
@@ -9,7 +9,7 @@ requires = [
9
"mypy_extensions>=1.0.0",
10
"pathspec>=0.9.0",
11
"tomli>=1.1.0; python_version<'3.11'",
12
- "librt>=0.4.0",
+ "librt==0.4.0",
13
# the following is from build-requirements.txt
14
"types-psutil",
15
"types-setuptools",
@@ -54,7 +54,7 @@ dependencies = [
54
55
56
57
58
]
59
dynamic = ["version"]
60
0 commit comments