Difficult-Rocket/requirement-build.txt

25 lines
622 B
Plaintext
Raw Normal View History

2023-01-23 01:40:14 +08:00
# this requirement is for
# DR basic running from source
# DR build (by nuitka)
# for images
2023-06-17 16:17:07 +08:00
# not for pypy >= 3.10
pillow >= 10.0.1; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
2023-01-23 01:40:14 +08:00
# for sys info
psutil >= 5.9.6
2023-01-23 01:40:14 +08:00
# for files
2023-01-23 13:54:05 +08:00
rtoml >= 0.9.0
tomlkit >= 0.12.1
2023-01-23 13:54:05 +08:00
defusedxml >= 0.7.1
2023-01-23 01:40:14 +08:00
# for report error
objprint >= 0.2.3
2023-01-23 01:40:14 +08:00
# for compile
nuitka >= 1.8.5
imageio >= 2.31.6; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
wheel >= 0.41.3
setuptools >= 68.2.2
setuptools-rust >= 1.8.1