Skip to content

Commit ea7e39a

Browse files
committed
Add libarchive-c==5.3 dependency
Signed-off-by: Tu Dinh <[email protected]>
1 parent 2419b3e commit ea7e39a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies = [
88
"cryptography>=3.3.1",
99
"gitpython",
1010
"legacycrypt",
11+
"libarchive-c==5.3",
1112
"packaging>=20.7",
1213
"pluggy>=1.1.0",
1314
"pytest>=8.0.0",

requirements/base.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
cryptography>=3.3.1
33
gitpython
44
legacycrypt
5+
libarchive-c==5.3
56
packaging>=20.7
67
pluggy>=1.1.0
78
pytest>=8.0.0

uv.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)