diff --git a/.gitignore b/.gitignore index f4df6301..6db38818 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ package/ .local local .DS_Store +*.whl + # Unit test __pytest_reports diff --git a/requirements.txt b/requirements.txt index 4f1b20ad..428872a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -setuptools-rust==1.7.0 Jinja2==3.1.4 boto3==1.28.46 botocore==1.31.46 @@ -8,4 +7,5 @@ PyYAML==6.0.1 defusedxml==0.7.1 subresource-integrity==0.2 jsonschema==4.19.0 -urllib3==1.26.18 \ No newline at end of file +urllib3==1.26.18 +semantic-version==2.10.0 \ No newline at end of file