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.
2 parents 3097534 + 074dcd4 commit 716587eCopy full SHA for 716587e
.gitignore
@@ -13,6 +13,8 @@ package/
13
.local
14
local
15
.DS_Store
16
+*.whl
17
+
18
19
# Unit test
20
__pytest_reports
requirements.txt
@@ -1,4 +1,3 @@
1
-setuptools-rust==1.7.0
2
Jinja2==3.1.4
3
boto3==1.28.46
4
botocore==1.31.46
@@ -8,4 +7,5 @@ PyYAML==6.0.1
8
7
defusedxml==0.7.1
9
subresource-integrity==0.2
10
jsonschema==4.19.0
11
-urllib3==1.26.18
+urllib3==1.26.18
+semantic-version==2.10.0
0 commit comments