File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [project ]
1+ [tool . poetry ]
22name = " bandwidth"
33version = " 1.0.0"
44description = " Bandwidth"
5- authors = [
6- {name = " Bandwidth" ,email = " letstalk@bandwidth.com" },
7- ]
5+ authors = [" Bandwidth <letstalk@bandwidth.com>" ]
6+ license = " NoLicense"
87readme = " README.md"
98repository = " https://github.com/bandwidth/python-sdk"
109keywords = [" 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 ]
2721pytest = " >= 7.2.1"
2822pytest-cov = " >= 2.8.1"
2923tox = " >= 3.9.0"
You can’t perform that action at this time.
0 commit comments