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
|
2023-07-23 02:25:24 +08:00
|
|
|
pillow >= 10.0.0; (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
|
2023-04-20 19:54:53 +08:00
|
|
|
psutil >= 5.9.5
|
2023-01-23 01:40:14 +08:00
|
|
|
|
|
|
|
# for files
|
2023-01-23 13:54:05 +08:00
|
|
|
rtoml >= 0.9.0
|
2023-06-09 16:23:32 +08:00
|
|
|
tomlkit >= 0.11.8
|
2023-01-23 13:54:05 +08:00
|
|
|
defusedxml >= 0.7.1
|
2023-01-23 01:40:14 +08:00
|
|
|
|
|
|
|
# for report error
|
2023-01-23 13:54:05 +08:00
|
|
|
objprint >= 0.2.2
|
2023-01-23 01:40:14 +08:00
|
|
|
|
|
|
|
# for compile
|
2023-07-16 02:13:03 +08:00
|
|
|
nuitka >= 1.7.5
|
2023-01-23 13:54:05 +08:00
|
|
|
ordered-set >= 4.1.0
|
2023-06-17 16:20:49 +08:00
|
|
|
imageio >= 2.31.0; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
|
2023-04-20 19:54:53 +08:00
|
|
|
wheel >= 0.40.0
|
2023-06-09 16:23:32 +08:00
|
|
|
setuptools >= 67.8.0
|
|
|
|
setuptools-rust >= 1.6.0
|