Some settings
This commit is contained in:
parent
79fc0d6cba
commit
d136b0af21
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
14
fjerkroabot/pyproject.toml
Normal file
14
fjerkroabot/pyproject.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[tool.poetry]
|
||||
name = "fjerkroabot"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Oleksandr Kozachuk <ddeus.lp@mailnull.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Reference in New Issue
Block a user