update readme requirement [build skip]
This commit is contained in:
parent
c3ad894195
commit
bedefdbc1b
@ -68,8 +68,6 @@ MOD_info = MODInfo(
|
|||||||
write_loader_version=semver_loader_version
|
write_loader_version=semver_loader_version
|
||||||
)
|
)
|
||||||
|
|
||||||
# print(MOD_info.serialize())
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
一些重置用函数
|
一些重置用函数
|
||||||
"""
|
"""
|
||||||
|
71
README.md
71
README.md
@ -10,7 +10,7 @@
|
|||||||
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
|
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
|
||||||
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
|
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
|
||||||
[![Generic badge](https://img.shields.io/badge/编写于_Python_版本-3.8.10-blue.svg)](https://Python.org)
|
[![Generic badge](https://img.shields.io/badge/编写于_Python_版本-3.8.10-blue.svg)](https://Python.org)
|
||||||
[![Generic badge](https://img.shields.io/badge/编写于_Pyglet_版本-2.0.4-blue.svg)](https://pyglet.org)
|
[![Generic badge](https://img.shields.io/badge/编写于_Pyglet_版本-2.0.5-blue.svg)](https://pyglet.org)
|
||||||
[![Generic badge](https://img.shields.io/badge/Python-_3.8_|_3.9_|_3.10_|_3.11_-blue.svg)](https://Python.org)
|
[![Generic badge](https://img.shields.io/badge/Python-_3.8_|_3.9_|_3.10_|_3.11_-blue.svg)](https://Python.org)
|
||||||
|
|
||||||
## 版本
|
## 版本
|
||||||
@ -40,29 +40,60 @@
|
|||||||
## 环境需求 (测试过的 / 开发平台)
|
## 环境需求 (测试过的 / 开发平台)
|
||||||
|
|
||||||
- `开发平台 1 - Windows 10 x64 22H2`
|
- `开发平台 1 - Windows 10 x64 22H2`
|
||||||
- `Python 3.8.10`
|
- Python `3.8.10`
|
||||||
- `pillow 9.3.0`
|
- pillow `9.5.0`
|
||||||
- `pyperclip 1.8.2`
|
- psutil `5.9.5`
|
||||||
- `pyglet 2.0`
|
- rtoml `0.9.0`
|
||||||
- `psutil 5.9.4`
|
- tomlkit `0.11.7`
|
||||||
- `objprint 0.2.2`
|
- defusedxml `0.7.1`
|
||||||
- `rtoml 0.9.0`
|
- objprint `0.2.2`
|
||||||
- `xmltodict 0.13.0`
|
- viztracer `0.15.6`
|
||||||
- `tomlkit 0.11.6`
|
- vizplugins `0.1.3`
|
||||||
- `AMD R5 5600X`
|
- nuitka `1.5.6`
|
||||||
- `AMD RX 550 4G`
|
- ordered-set `4.1.0`
|
||||||
|
- imageio `2.27.0`
|
||||||
|
- wheel `0.40.0`
|
||||||
|
- setuptools `67.6.1`
|
||||||
|
- setuptools-rust `1.5.2`
|
||||||
|
- `AMD R5 5600X`
|
||||||
|
- `AMD RX 550 4G`
|
||||||
|
|
||||||
## 需要的Python模块
|
## 需要的 Python 模块
|
||||||
|
|
||||||
- `rtoml`
|
- `pyglet` (已经内置 V2.0.5 路径:`./libs/pyglet`)
|
||||||
- `tomlkit`
|
|
||||||
- `pyglet` (已经内置 V2.0.4 路径:`./libs/pyglet`)
|
|
||||||
- `xmltodict` (已经内置 V0.12.0 路径:`./libs/xmltodict`)
|
- `xmltodict` (已经内置 V0.12.0 路径:`./libs/xmltodict`)
|
||||||
- `pyperclip` (已经内置 V1.8.2 路径: `./libs/pyperclip`)
|
- `pyperclip` (已经内置 V1.8.2 路径: `./libs/pyperclip`)
|
||||||
- `pillow`
|
|
||||||
- `defusedxml`
|
```text
|
||||||
- `objprint`
|
# this requirement is for
|
||||||
- `psutil`
|
# DR basic running from source
|
||||||
|
# DR build (by nuitka)
|
||||||
|
# DR contributing
|
||||||
|
|
||||||
|
# for images
|
||||||
|
pillow >= 9.5.0
|
||||||
|
|
||||||
|
# for sys info
|
||||||
|
psutil >= 5.9.5
|
||||||
|
|
||||||
|
# for files
|
||||||
|
rtoml >= 0.9.0
|
||||||
|
tomlkit >= 0.11.7
|
||||||
|
defusedxml >= 0.7.1
|
||||||
|
|
||||||
|
# for debug
|
||||||
|
objprint >= 0.2.2
|
||||||
|
viztracer >= 0.15.6
|
||||||
|
vizplugins >= 0.1.3
|
||||||
|
|
||||||
|
# for compile
|
||||||
|
nuitka >= 1.5.6
|
||||||
|
ordered-set >= 4.1.0
|
||||||
|
imageio >= 2.27.0
|
||||||
|
wheel >= 0.40.0
|
||||||
|
setuptools >= 67.6.1
|
||||||
|
setuptools-rust >= 1.5.2
|
||||||
|
```
|
||||||
|
|
||||||
## 感谢
|
## 感谢
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
|
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
|
||||||
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
|
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
|
||||||
[![Generic badge](https://img.shields.io/badge/Write_with_Python-3.8.10-blue.svg)](https://Python.org)
|
[![Generic badge](https://img.shields.io/badge/Write_with_Python-3.8.10-blue.svg)](https://Python.org)
|
||||||
[![Generic badge](https://img.shields.io/badge/Write_with_Pyglet-2.0.4-blue.svg)](https://pyglet.org)
|
[![Generic badge](https://img.shields.io/badge/Write_with_Pyglet-2.0.5-blue.svg)](https://pyglet.org)
|
||||||
[![Generic badge](https://img.shields.io/badge/Python-_3.8_|_3.9_|_3.10_|_3.11_-blue.svg)](https://Python.org)
|
[![Generic badge](https://img.shields.io/badge/Python-_3.8_|_3.9_|_3.10_|_3.11_-blue.svg)](https://Python.org)
|
||||||
|
|
||||||
## Version
|
## Version
|
||||||
@ -40,29 +40,59 @@
|
|||||||
## Environment (been tested / developed on)
|
## Environment (been tested / developed on)
|
||||||
|
|
||||||
- `Develop platform 1 - Windows 10 x64 22H2`
|
- `Develop platform 1 - Windows 10 x64 22H2`
|
||||||
- `Python 3.8.10`
|
- pillow `9.5.0`
|
||||||
- `pillow 9.3.0`
|
- psutil `5.9.5`
|
||||||
- `pyperclip 1.8.2`
|
- rtoml `0.9.0`
|
||||||
- `pyglet 2.0`
|
- tomlkit `0.11.7`
|
||||||
- `psutil 5.9.4`
|
- defusedxml `0.7.1`
|
||||||
- `objprint 0.2.2`
|
- objprint `0.2.2`
|
||||||
- `rtoml 0.9.0`
|
- viztracer `0.15.6`
|
||||||
- `xmltodict 0.13.0`
|
- vizplugins `0.1.3`
|
||||||
- `tomlkit 0.11.6`
|
- nuitka `1.5.6`
|
||||||
|
- ordered-set `4.1.0`
|
||||||
|
- imageio `2.27.0`
|
||||||
|
- wheel `0.40.0`
|
||||||
|
- setuptools `67.6.1`
|
||||||
|
- setuptools-rust `1.5.2`
|
||||||
- `AMD R5 5600X`
|
- `AMD R5 5600X`
|
||||||
- `AMD RX 550 4G`
|
- `AMD RX 550 4G`
|
||||||
|
|
||||||
## Required python modules
|
## Required python modules
|
||||||
|
|
||||||
- `rtoml`
|
- `pyglet` (pre-installed V2.0.5 path:`./libs/pyglet`)
|
||||||
- `tomlkit`
|
|
||||||
- `pyglet` (pre-installed V2.0.4 path:`./libs/pyglet`)
|
|
||||||
- `xmltodict` (pre-installed V0.12.0 path:`./libs/xmltodict`)
|
- `xmltodict` (pre-installed V0.12.0 path:`./libs/xmltodict`)
|
||||||
- `pyperclip` (pre-installed V1.8.2 path: `./libs/pyperclip`)
|
- `pyperclip` (pre-installed V1.8.2 path: `./libs/pyperclip`)
|
||||||
- `pillow`
|
|
||||||
- `defusedxml`
|
```text
|
||||||
- `objprint`
|
# this requirement is for
|
||||||
- `psutil`
|
# DR basic running from source
|
||||||
|
# DR build (by nuitka)
|
||||||
|
# DR contributing
|
||||||
|
|
||||||
|
# for images
|
||||||
|
pillow >= 9.5.0
|
||||||
|
|
||||||
|
# for sys info
|
||||||
|
psutil >= 5.9.5
|
||||||
|
|
||||||
|
# for files
|
||||||
|
rtoml >= 0.9.0
|
||||||
|
tomlkit >= 0.11.7
|
||||||
|
defusedxml >= 0.7.1
|
||||||
|
|
||||||
|
# for debug
|
||||||
|
objprint >= 0.2.2
|
||||||
|
viztracer >= 0.15.6
|
||||||
|
vizplugins >= 0.1.3
|
||||||
|
|
||||||
|
# for compile
|
||||||
|
nuitka >= 1.5.6
|
||||||
|
ordered-set >= 4.1.0
|
||||||
|
imageio >= 2.27.0
|
||||||
|
wheel >= 0.40.0
|
||||||
|
setuptools >= 67.6.1
|
||||||
|
setuptools-rust >= 1.5.2
|
||||||
|
```
|
||||||
|
|
||||||
## thanks to
|
## thanks to
|
||||||
|
|
||||||
|
@ -2,28 +2,24 @@
|
|||||||
# DR basic running from source
|
# DR basic running from source
|
||||||
# DR build (by nuitka)
|
# DR build (by nuitka)
|
||||||
|
|
||||||
# for phy simulation
|
|
||||||
# pymunk >= 6.4.0
|
|
||||||
# no more needed use Rapier instead
|
|
||||||
|
|
||||||
# for images
|
# for images
|
||||||
pillow >= 9.4.0
|
pillow >= 9.5.0
|
||||||
|
|
||||||
# for sys info
|
# for sys info
|
||||||
psutil >= 5.9.4
|
psutil >= 5.9.5
|
||||||
|
|
||||||
# for files
|
# for files
|
||||||
rtoml >= 0.9.0
|
rtoml >= 0.9.0
|
||||||
tomlkit >= 0.11.6
|
tomlkit >= 0.11.7
|
||||||
defusedxml >= 0.7.1
|
defusedxml >= 0.7.1
|
||||||
|
|
||||||
# for report error
|
# for report error
|
||||||
objprint >= 0.2.2
|
objprint >= 0.2.2
|
||||||
|
|
||||||
# for compile
|
# for compile
|
||||||
nuitka >= 1.4.8
|
nuitka >= 1.5.6
|
||||||
ordered-set >= 4.1.0
|
ordered-set >= 4.1.0
|
||||||
imageio >= 2.25.0
|
imageio >= 2.27.0
|
||||||
wheel >= 0.38.4
|
wheel >= 0.40.0
|
||||||
setuptools >= 67.2.0
|
setuptools >= 67.6.1
|
||||||
setuptools-rust >= 1.5.2
|
setuptools-rust >= 1.5.2
|
||||||
|
@ -3,19 +3,15 @@
|
|||||||
# DR build (by nuitka)
|
# DR build (by nuitka)
|
||||||
# DR contributing
|
# DR contributing
|
||||||
|
|
||||||
# for phy simulation
|
|
||||||
# pymunk >= 6.4.0
|
|
||||||
# no more needed use Rapier instead
|
|
||||||
|
|
||||||
# for images
|
# for images
|
||||||
pillow >= 9.4.0
|
pillow >= 9.5.0
|
||||||
|
|
||||||
# for sys info
|
# for sys info
|
||||||
psutil >= 5.9.4
|
psutil >= 5.9.5
|
||||||
|
|
||||||
# for files
|
# for files
|
||||||
rtoml >= 0.9.0
|
rtoml >= 0.9.0
|
||||||
tomlkit >= 0.11.6
|
tomlkit >= 0.11.7
|
||||||
defusedxml >= 0.7.1
|
defusedxml >= 0.7.1
|
||||||
|
|
||||||
# for debug
|
# for debug
|
||||||
@ -24,9 +20,9 @@ viztracer >= 0.15.6
|
|||||||
vizplugins >= 0.1.3
|
vizplugins >= 0.1.3
|
||||||
|
|
||||||
# for compile
|
# for compile
|
||||||
nuitka >= 1.4.8
|
nuitka >= 1.5.6
|
||||||
ordered-set >= 4.1.0
|
ordered-set >= 4.1.0
|
||||||
imageio >= 2.25.0
|
imageio >= 2.27.0
|
||||||
wheel >= 0.38.4
|
wheel >= 0.40.0
|
||||||
setuptools >= 67.2.0
|
setuptools >= 67.6.1
|
||||||
setuptools-rust >= 1.5.2
|
setuptools-rust >= 1.5.2
|
||||||
|
@ -1,19 +1,15 @@
|
|||||||
# this requirement is for
|
# this requirement is for
|
||||||
# DR basic running from source
|
# DR basic running from source
|
||||||
|
|
||||||
# for phy simulation
|
|
||||||
# pymunk >= 6.4.0
|
|
||||||
# no more needed use Rapier instead
|
|
||||||
|
|
||||||
# for images
|
# for images
|
||||||
pillow >= 9.4.0
|
pillow >= 9.5.0
|
||||||
|
|
||||||
# for sys info
|
# for sys info
|
||||||
psutil >= 5.9.4
|
psutil >= 5.9.5
|
||||||
|
|
||||||
# for files
|
# for files
|
||||||
rtoml >= 0.9.0
|
rtoml >= 0.9.0
|
||||||
tomlkit >= 0.11.6
|
tomlkit >= 0.11.7
|
||||||
defusedxml >= 0.7.1
|
defusedxml >= 0.7.1
|
||||||
|
|
||||||
# for report error
|
# for report error
|
||||||
|
Loading…
Reference in New Issue
Block a user