Skip to content

Commit 213a949

Browse files
authored
Update pyproject.toml
1 parent 58990d7 commit 213a949

File tree

1 file changed

+5
-60
lines changed

1 file changed

+5
-60
lines changed

pyproject.toml

Lines changed: 5 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828
keywords = ["whatsapp", "api", "sdk", "wasender", "messaging", "chatbot"]
2929

3030
dependencies = [
31-
"httpx>=0.25.0,<0.29.0",
32-
"pydantic>=2.5.0,<3.0.0",
33-
"requests>=2.31.0,<3.0.0",
31+
"httpx>=0.25.0,<0.29.0",
32+
"pydantic>=2.5.0,<3.0.0",
33+
"requests>=2.31.0,<3.0.0",
3434
]
3535

3636
[project.urls]
@@ -43,63 +43,8 @@ dependencies = [
4343
dev = [
4444
"pytest>=7.4.0,<8.0.0",
4545
"pytest-asyncio>=0.20.0,<0.24.0",
46-
"pytest-cov>=4.1.0,<5.0.0",
47-
"pytest-mock>=3.12.0,<4.0.0",
48-
"respx>=0.20.0,<0.21.0",
49-
"mypy>=1.0.0,<2.0.0",
50-
"ruff>=0.1.0,<0.2.0",
51-
"pre-commit>=3.0.0,<4.0.0"
52-
]
53-
54-
# Corrected syntax for this section
55-
[tool.hatch.version]
56-
path = "wasenderapi/_version.py"[build-system]
57-
requires = ["hatchling"]
58-
build-backend = "hatchling.build"
59-
60-
[project]
61-
name = "wasenderapi"
62-
dynamic = ["version"]
63-
authors = [
64-
{ name = "YonkoSam", email = "[email protected]" },
65-
]
66-
description = "The official Python SDK for the Wasender API, allowing you to programmatically send WhatsApp messages, manage contacts, groups, sessions, and handle webhooks."
67-
readme = "README.md"
68-
requires-python = ">=3.8"
69-
classifiers = [
70-
"Development Status :: 4 - Beta",
71-
"Intended Audience :: Developers",
72-
"License :: OSI Approved :: MIT License",
73-
"Operating System :: OS Independent",
74-
"Programming Language :: Python :: 3",
75-
"Programming Language :: Python :: 3.8",
76-
"Programming Language :: Python :: 3.9",
77-
"Programming Language :: Python :: 3.10",
78-
"Programming Language :: Python :: 3.11",
79-
"Programming Language :: Python :: 3.12",
80-
"Topic :: Communications :: Chat",
81-
"Topic :: Software Development :: Libraries :: Python Modules",
82-
]
83-
keywords = ["whatsapp", "api", "sdk", "wasender", "messaging", "chatbot"]
84-
85-
dependencies = [
86-
"httpx>=0.25.0,<0.29.0",
87-
"pydantic>=2.5.0,<3.0.0",
88-
"requests>=2.31.0,<3.0.0",
89-
]
90-
91-
[project.urls]
92-
"Homepage" = "https://github.com/YonkoSam/wasenderapi-python"
93-
"Documentation" = "https://github.com/YonkoSam/wasenderapi-python/tree/main/docs"
94-
"Repository" = "https://github.com/YonkoSam/wasenderapi-python"
95-
"Bug Tracker" = "https://github.com/YonkoSam/wasenderapi-python/issues"
96-
97-
[project.optional-dependencies]
98-
dev = [
99-
"pytest>=7.4.0,<8.0.0",
100-
"pytest-asyncio>=0.20.0,<0.24.0",
101-
"pytest-cov>=4.1.0,<5.0.0",
102-
"pytest-mock>=3.12.0,<4.0.0",
46+
"pytest-cov>=4.1.0,<5.0.0",
47+
"pytest-mock>=3.12.0,<4.0.0",
10348
"respx>=0.20.0,<0.21.0",
10449
"mypy>=1.0.0,<2.0.0",
10550
"ruff>=0.1.0,<0.2.0",

0 commit comments

Comments
 (0)