-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (30 loc) · 1018 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "kommo_sdk_data_engineer"
version = "0.10.0"
authors = [
]
description = "kommo SDK for Data Enginner is a comprehensive Python SDK designed for data engineers working with the Kommo API."
readme = "README.md"
requires-python = ">=3.12"
keywords = ["kommo", "data engineer"]
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Internationalization",
]
dependencies = [
"pandas>=2.1.4",
"requests>=2.32.3",
"pydantic>=2.10.6"
]
[project.urls]
"Homepage" = "https://github.com/nascin/kommo-sdk-data-engineer"
"Source Code" = "https://github.com/nascin/kommo-sdk-data-engineer"
"Bug Tracker" = "https://github.com/nascin/kommo-sdk-data-engineer/issues"