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 03723dd commit 170cda9Copy full SHA for 170cda9
pyproject.toml
@@ -16,6 +16,7 @@ idna = "3.4"
16
requests = "2.31.0"
17
tqdm = "4.66.1"
18
urllib3 = "2.0.4"
19
+wheel = "0.41.2"
20
21
22
[build]
requirements.txt
@@ -4,3 +4,4 @@ idna==3.4
4
requests==2.31.0
5
tqdm==4.66.1
6
urllib3==2.0.4
7
+wheel==0.41.2
0 commit comments