Compare commits
2 Commits
0b32173374
...
fcfe300c7a
Author | SHA1 | Date | |
---|---|---|---|
fcfe300c7a | |||
cdd267a28e |
@ -2,9 +2,6 @@
|
|||||||
# DR basic running from source
|
# DR basic running from source
|
||||||
# DR build (by nuitka)
|
# DR build (by nuitka)
|
||||||
|
|
||||||
# for function
|
|
||||||
lib-not-dr
|
|
||||||
|
|
||||||
# for images
|
# for images
|
||||||
# not for pypy >= 3.10
|
# not for pypy >= 3.10
|
||||||
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
|
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
# DR build (by nuitka)
|
# DR build (by nuitka)
|
||||||
# DR contributing
|
# DR contributing
|
||||||
|
|
||||||
# for function
|
|
||||||
lib-not-dr
|
|
||||||
|
|
||||||
# for images
|
# for images
|
||||||
# not for pypy >= 3.10
|
# not for pypy >= 3.10
|
||||||
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
|
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# this requirement is for
|
# this requirement is for
|
||||||
# DR basic running from source
|
# DR basic running from source
|
||||||
|
|
||||||
# for function
|
|
||||||
lib-not-dr
|
|
||||||
|
|
||||||
# for images
|
# for images
|
||||||
# not for pypy >= 3.10
|
# not for pypy >= 3.10
|
||||||
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
|
pillow >= 10.0.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
|
||||||
|
Loading…
Reference in New Issue
Block a user