[docs skip] add more requrements
This commit is contained in:
parent
ee36c7bb62
commit
6870d53de3
@ -216,7 +216,7 @@ default_fonts_config = [
|
||||
{
|
||||
'match': re.compile(r''), # 匹配的字符 匹配选项是re.compile()
|
||||
'shown': re.compile(r''), # 匹配到的字符中显示的部分 匹配选项是re.compile()
|
||||
'style': SingleTextStyle(font_name=Fonts.鸿蒙简体, font_size=15, bold=False, italic=False, show=True, color='white'),
|
||||
'style': SingleTextStyle(font_name=Fonts.鸿蒙简体, font_size=15, bold=False, italic=False, show=True, color='white')
|
||||
},
|
||||
{
|
||||
'match': re.compile(r'[a-zA-Z0-9]'),
|
||||
|
27
requirement-build.txt
Normal file
27
requirement-build.txt
Normal file
@ -0,0 +1,27 @@
|
||||
# this requirement is for
|
||||
# DR basic running from source
|
||||
# DR build (by nuitka)
|
||||
|
||||
# for phy simulation
|
||||
pymunk
|
||||
|
||||
# for images
|
||||
pillow
|
||||
|
||||
# for sys info
|
||||
psutil
|
||||
|
||||
# for files
|
||||
rtoml
|
||||
tomlkit
|
||||
defusedxml
|
||||
|
||||
# for report error
|
||||
objprint
|
||||
|
||||
# for compile
|
||||
nuitka
|
||||
ordered-set
|
||||
setuptools
|
||||
wheel
|
||||
setuptools-rust
|
29
requirement-dev.txt
Normal file
29
requirement-dev.txt
Normal file
@ -0,0 +1,29 @@
|
||||
# this requirement is for
|
||||
# DR basic running from source
|
||||
# DR build (by nuitka)
|
||||
# DR contributing
|
||||
|
||||
# for phy simulation
|
||||
pymunk
|
||||
|
||||
# for images
|
||||
pillow
|
||||
|
||||
# for sys info
|
||||
psutil
|
||||
|
||||
# for files
|
||||
rtoml
|
||||
tomlkit
|
||||
defusedxml
|
||||
|
||||
# for debug
|
||||
objprint
|
||||
viztracer
|
||||
|
||||
# for compile
|
||||
nuitka
|
||||
ordered-set
|
||||
wheel
|
||||
setuptools
|
||||
setuptools-rust
|
@ -1,6 +1,8 @@
|
||||
# Cython
|
||||
# this requirement is for
|
||||
# DR basic running from source
|
||||
|
||||
# for phy simulation
|
||||
pymunk
|
||||
setuptools
|
||||
|
||||
# for images
|
||||
pillow
|
||||
@ -13,10 +15,5 @@ rtoml
|
||||
tomlkit
|
||||
defusedxml
|
||||
|
||||
# for debug
|
||||
objprint
|
||||
# viztracer
|
||||
|
||||
# for compile
|
||||
# nuitka
|
||||
# ordered-set
|
||||
# for report error
|
||||
objprint
|
Loading…
Reference in New Issue
Block a user