Skip to content

Commit 1d447c6

Browse files
committed
revert pyproject.toml
1 parent 43d1916 commit 1d447c6

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

pyproject.toml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
1-
[project]
1+
[tool.poetry]
22
name = "bandwidth"
33
version = "1.0.0"
44
description = "Bandwidth"
5-
authors = [
6-
{name = "Bandwidth",email = "[email protected]"},
7-
]
5+
authors = ["Bandwidth <[email protected]>"]
6+
license = "NoLicense"
87
readme = "README.md"
98
repository = "https://github.com/bandwidth/python-sdk"
109
keywords = ["OpenAPI", "OpenAPI-Generator", "Bandwidth"]
11-
requires-python = ">=3.9"
10+
include = ["bandwidth/py.typed"]
1211

13-
dependencies = [
14-
"urllib3 (>=2.1.0,<3.0.0)",
15-
"python-dateutil (>=2.8.2)",
16-
"pydantic (>=2)",
17-
"typing-extensions (>=4.7.1)",
18-
]
12+
[tool.poetry.dependencies]
13+
python = "^3.8"
1914

20-
[project.urls]
21-
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
22-
23-
[tool.poetry]
24-
requires-poetry = ">=2.0"
15+
urllib3 = ">= 1.25.3, < 3.0.0"
16+
python-dateutil = ">= 2.8.2"
17+
pydantic = ">= 2"
18+
typing-extensions = ">= 4.7.1"
2519

26-
[tool.poetry.group.dev.dependencies]
20+
[tool.poetry.dev-dependencies]
2721
pytest = ">= 7.2.1"
2822
pytest-cov = ">= 2.8.1"
2923
tox = ">= 3.9.0"

0 commit comments

Comments
 (0)