-
- Downloads
update to python 3.12 on Windows, update documentation
... | @@ -7,7 +7,8 @@ appdirs | ... | @@ -7,7 +7,8 @@ appdirs |
bcrypt | bcrypt | ||
cffi | cffi | ||
cryptography | cryptography | ||
cx-Freeze; sys_platform == 'win32' | # Python 3.12 support started with 6.16.0 | ||
cx-Freeze >= 6.16.0; sys_platform == 'win32' | |||
pywin32; sys_platform == 'win32' | pywin32; sys_platform == 'win32' | ||
shiv; sys_platform == 'linux' | shiv; sys_platform == 'linux' | ||
# packaging script on linux expects pipenv | # packaging script on linux expects pipenv | ||
... | ... |
Please register or sign in to comment