Skip to content

Commit 716587e

Browse files
authored
Merge pull request #249 from ligangty/main
Adjust requirements.txt
2 parents 3097534 + 074dcd4 commit 716587e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ package/
1313
.local
1414
local
1515
.DS_Store
16+
*.whl
17+
1618

1719
# Unit test
1820
__pytest_reports

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
setuptools-rust==1.7.0
21
Jinja2==3.1.4
32
boto3==1.28.46
43
botocore==1.31.46
@@ -8,4 +7,5 @@ PyYAML==6.0.1
87
defusedxml==0.7.1
98
subresource-integrity==0.2
109
jsonschema==4.19.0
11-
urllib3==1.26.18
10+
urllib3==1.26.18
11+
semantic-version==2.10.0

0 commit comments

Comments
 (0)