Difficult-Rocket/pyproject.toml

51 lines
1.0 KiB
TOML
Raw Normal View History

2022-10-29 19:13:00 +08:00
[tool.poetry]
name = "difficult-rocket"
2023-01-20 13:52:58 +08:00
version = "0.6.5.0"
2022-10-29 19:13:00 +08:00
description = "A rocket game"
authors = ["shenjackyuanjie <3695888@qq.com>"]
license = "CC-BY-NA-SA 4.0"
readme = "README.md"
packages = [{include = "difficult_rocket"}]
[tool.poetry.dependencies]
python = ">=3.8"
psutil = "^5.9.3"
objprint = "^0.2.2"
Pillow = "^9.2.0"
tomlkit = "^0.11.6"
2022-11-11 09:33:34 +08:00
rtoml = "^0.8.0"
2022-10-29 19:13:00 +08:00
setuptools = "^65.5.0"
viztracer = "^0.15.4"
vizplugins = "^0.1.2"
Cython = "^0.29.32"
2022-12-11 10:30:10 +08:00
defusedxml = "*"
2022-10-29 19:13:00 +08:00
[build-system]
2023-01-20 23:30:27 +08:00
requires = ["setuptools>=61",
"wheel",
"nuitka",
"imageio",
"setuptools-rust"]
2023-01-03 15:34:06 +08:00
build-backend = "nuitka.distutils.Build"
2023-01-20 23:30:27 +08:00
[project]
name = 'Difficult_Rocket'
dynamic = ['version']
authors = [
{name = 'shenjackyuanjie', email = '3695888@qq.com'}
]
description = 'A rocket simlater'
readme = 'README.md'
requires-python = '>=3.8'
license = {text = 'CC BY-NC-SA 4.0'}
dependencies = [
'nuitka=1.3.x',
'psutil=5.9.x',
'defusedxml=0.7.x',
'rtoml=0.9.x',
'tomlkit=0.11.x',
'Pillow',
'pymunk'
]