diff --git a/README.md b/README.md index cc89efb..c21d366 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ pyinstxtractor-ng uses the [xdis](https://github.com/rocky/python-xdis/) library pyinstxtractor-ng also supports automatic decryption of encrypted pyinstaller executables. -Note: Python 3.11 executables are not fully supported yet as the underlying library xdis doesn't support 3.11 at the moment. The executable will be still extracted but the PYZ won't be. - ## Usage Precompiled binaries for Linux and Windows are provided in [releases](https://github.com/pyinstxtractor/pyinstxtractor-ng/releases). diff --git a/requirements-dev.txt b/requirements-dev.txt index ae4eec6..d2e3876 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ pyinstaller==5.10.1 -xdis==6.0.5 +xdis @ git+https://github.com/rocky/python-xdis@667c8a8 PyCryptoDome==3.17 diff --git a/requirements.txt b/requirements.txt index d57e6d2..79861ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -xdis==6.0.5 +xdis @ git+https://github.com/rocky/python-xdis@667c8a8 PyCryptoDome==3.17