Difficult-Rocket/requirement.txt
2023-11-01 21:47:52 +08:00

18 lines
368 B
Plaintext

# this requirement is for
# DR basic running from source
# for images
# not for pypy >= 3.10
pillow >= 10.0.1; (platform_python_implementation == "PyPy" and python_version < "3.10") or platform_python_implementation == "CPython"
# for sys info
psutil >= 5.9.6
# for files
rtoml >= 0.9.0
tomlkit >= 0.12.1
defusedxml >= 0.7.1
# for report error
objprint >= 0.2.3