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 ae0f4e9 commit 434725eCopy full SHA for 434725e
pyproject.toml
@@ -1,2 +1,18 @@
1
[tool.black]
2
skip-string-normalization = true
3
+
4
+[tool.poetry]
5
+name = "qencode-api-python-client"
6
+version = "1.0.0"
7
+description = "Python bindings for the Qencode API"
8
+authors = ["Qencode Team <team@qencode.com>"]
9
+license = "MIT"
10
11
+[tool.poetry.dependencies]
12
+python = ">=3.6.2"
13
14
+[tool.poetry.dev-dependencies]
15
16
+[build-system]
17
+requires = ["poetry_core>=1.0.0"]
18
+build-backend = "poetry.core.masonry.api"
0 commit comments