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 110cf29 commit 47d014fCopy full SHA for 47d014f
pyproject.toml
@@ -0,0 +1,18 @@
1
+[tool.poetry]
2
+name = "zohocrm-python"
3
+version = "0.1.6"
4
+description = "API wrapper for ZohoCRM written in Python"
5
+authors = ["Miguel Ferrer <ingferrermiguel@gmail.com>"]
6
+license = "MIT"
7
+readme = "README.md"
8
+packages = [{include = "zohocrm"}]
9
+
10
+[tool.poetry.dependencies]
11
+python = "^3.7"
12
+requests = "^2.26.0"
13
14
15
+[build-system]
16
+requires = ["poetry-core"]
17
+build-backend = "poetry.core.masonry.api"
18
setup.py
0 commit comments