add lib-not-dr as requirement

This commit is contained in:
shenjack 2023-10-16 22:16:51 +08:00
parent 79cdba7b9c
commit 728d9aeddc
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,9 @@
# DR basic running from source
# DR build (by nuitka)
# for function
lib-not-dr
# for images
# not for pypy >= 3.10
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"

View File

@ -3,6 +3,9 @@
# DR build (by nuitka)
# DR contributing
# for function
lib-not-dr
# for images
# not for pypy >= 3.10
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"

View File

@ -1,6 +1,9 @@
# this requirement is for
# DR basic running from source
# for function
lib-not-dr
# for images
# not for pypy >= 3.10
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"