42 lines
657 B
TOML
42 lines
657 B
TOML
[project]
|
|
name = 'online.fxreader.pr34'
|
|
# version = '0.1.5.16+27.7'
|
|
dynamic = [
|
|
'version',
|
|
]
|
|
|
|
dependencies = [
|
|
#"-r requirements.txt",
|
|
'mypy',
|
|
'marisa-trie',
|
|
'pydantic',
|
|
'pydantic-settings',
|
|
'tomlkit',
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
crypto = [
|
|
'cryptography',
|
|
]
|
|
|
|
early = [
|
|
'numpy',
|
|
'cryptography',
|
|
# 'tomlkit',
|
|
]
|
|
|
|
lint = [
|
|
'tomli',
|
|
# 'tomlkit',
|
|
]
|
|
|
|
[tool.online-fxreader-pr34]
|
|
early_features = ['default', 'early', 'lint',]
|
|
|
|
[build-system]
|
|
requires = ["meson-python", "pybind11"]
|
|
build-backend = "mesonpy"
|
|
|
|
[project.scripts]
|
|
online-fxreader-pr34-commands = 'online.fxreader.pr34.commands:commands_cli'
|