[+] make tomlkit a default dependency

This commit is contained in:
Siarhei Siniak 2025-05-07 18:06:17 +03:00
parent 45836381e0
commit 4d4f8d17ac
2 changed files with 7 additions and 2 deletions

@ -1,6 +1,6 @@
[project] [project]
name = 'online.fxreader.pr34' name = 'online.fxreader.pr34'
version = '0.1.5.16+27.3' version = '0.1.5.16+27.4'
dependencies = [ dependencies = [
#"-r requirements.txt", #"-r requirements.txt",
@ -8,6 +8,7 @@ dependencies = [
'marisa-trie', 'marisa-trie',
'pydantic', 'pydantic',
'pydantic-settings', 'pydantic-settings',
'tomlkit',
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -18,11 +19,12 @@ crypto = [
early = [ early = [
'numpy', 'numpy',
'cryptography', 'cryptography',
# 'tomlkit',
] ]
lint = [ lint = [
'tomli', 'tomli',
'tomlkit', # 'tomlkit',
] ]
[tool.online-fxreader-pr34] [tool.online-fxreader-pr34]

Binary file not shown.