We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fd51c commit 2b90a6bCopy full SHA for 2b90a6b
pyproject.toml
@@ -1,15 +1,14 @@
1
[tool.poetry]
2
name = "ydb-dbapi"
3
version = "0.0.1"
4
-description = ""
5
-authors = ["Oleg Ovcharuk <vgvoleg@gmail.com>"]
+description = "YDB Python DBAPI which complies with PEP 249"
+authors = ["Yandex LLC <ydb@yandex-team.ru>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
python = "^3.9"
10
ydb = "^3.18.3"
11
12
-
13
[tool.poetry.group.dev.dependencies]
14
pre-commit = "^4.0.1"
15
ruff = "^0.6.9"
0 commit comments