Skip to content

Commit

Permalink
Changes to use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 3, 2023
1 parent 454f02a commit 28cf1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependencies.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version_property: __version__
[pybde]
dpkg_name: libbde-python3
l2tbinaries_name: libbde
minimum_version: 20220121
minimum_version: 20231120
pypi_name: libbde-python
rpm_name: libbde-python3
version_property: get_version()
Expand Down Expand Up @@ -114,7 +114,7 @@ version_property: get_version()
[pyluksde]
dpkg_name: libluksde-python3
l2tbinaries_name: libluksde
minimum_version: 20220121
minimum_version: 20231128
pypi_name: libluksde-python
rpm_name: libluksde-python3
version_property: get_version()
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cffi >= 1.9.1
cryptography >= 2.0.2
dfdatetime >= 20221112
dtfabric >= 20220219
libbde-python >= 20220121
libbde-python >= 20231120
libewf-python >= 20131210
libfsapfs-python >= 20220709
libfsext-python >= 20220829
Expand All @@ -13,7 +13,7 @@ libfsntfs-python >= 20211229
libfsxfs-python >= 20220829
libfvde-python >= 20220121
libfwnt-python >= 20210717
libluksde-python >= 20220121
libluksde-python >= 20231128
libmodi-python >= 20210405
libphdi-python >= 20220228
libqcow-python >= 20201213
Expand Down

0 comments on commit 28cf1bd

Please sign in to comment.