-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (35 loc) · 768 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (35 loc) · 768 Bytes
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
34
35
36
37
[project]
name = "aircall-api"
version = "1.2.0"
description = "Python API Built to connect with aircall.io API Endpoints"
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"
keywords = [
"aircall",
"api",
"telephony",
"voip",
"phone",
"calls",
"contacts",
"sms",
"messaging",
"client",
"sdk",
]
dependencies = [
"pydantic>=2.12.4",
"requests>=2.32.5",
]
[project.urls]
"Homepage" = "https://github.com/Riprock/aircall-api"
"Bug Tracker" = "https://github.com/Riprock/aircall-api/issues"
"Documentation" = "https://github.com/Riprock/aircall-api#readme"
"Repository" = "https://github.com/Riprock/aircall-api"
[dependency-groups]
dev = [
"pylint>=4.0.2",
"pytest>=8.4.2",
"ruff>=0.14.3",
]