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

Binary file not shown.