[+] make tomlkit a default dependency
This commit is contained in:
parent
45836381e0
commit
4d4f8d17ac
@ -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]
|
||||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.4-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.4-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user