15 lines
325 B
TOML
15 lines
325 B
TOML
[tool.poetry]
|
|
package-mode = false
|
|
description = "My posting requests collections"
|
|
authors = ["Ivan Golikov <root@ivnglkv.me>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
posting = "*"
|
|
|
|
[tool.basedpyright]
|
|
reportAny = false
|
|
reportMissingTypeStubs = false
|
|
reportUnusedCallResult = false
|