[+] make tomlkit a default dependency
This commit is contained in:
parent
45836381e0
commit
4d4f8d17ac
@ -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]
|
||||
|
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