We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c86246 commit 6e53b90Copy full SHA for 6e53b90
1 file changed
pyproject.toml
@@ -43,9 +43,11 @@ html5lib = "^1.0"
43
shellingham = "^1.1"
44
tomlkit = ">=0.7.0,<1.0.0"
45
pexpect = "^4.7.0"
46
-packaging = "^20.4"
+# Leave unclamped since packaging doesn't follow semantic versioning.
47
+packaging = ">=20.4"
48
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
49
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
50
+# Leave unclamped since keyring doesn't follow semantic versioning.
51
keyring = ">=21.2.0"
52
entrypoints = "^0.3"
53
importlib-metadata = {version = "^1.6.0", python = "<3.8"}
0 commit comments