File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed
Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- [tool . poetry ]
5+ [project ]
66name = " isduba"
7- version = " 1.0"
7+ version = " 0. 1.0"
88description = " Python client library for accessing the ISDuBA API"
9- authors = []
9+ license = { text = " Apache-2.0" }
10+ authors = [
11+ { name = " Sebastian Wagner" , email = " swagner@intevation.de" }
12+ ]
13+ maintainers = []
1014readme = " README.md"
15+ keywords = [ " csaf" , " isduba" ]
16+ classifiers = [
17+ " Development Status :: 3 - Alpha" ,
18+ " Topic :: Software Development :: Libraries :: Python Modules" ,
19+ " Topic :: Security"
20+ ]
21+ requires-python = " >=3.9"
22+ dependencies = [
23+ " httpx (>=0.20.0,<0.29.0)" ,
24+ " attrs>=22.2.0" ,
25+ " python-dateutil (>=2.8.0,<3.0.0)"
26+ ]
27+
28+ [tool .poetry ]
1129packages = [
1230 {include = " isduba" },
1331]
1432include = [" CHANGELOG.md" , " isduba/py.typed" ]
1533
16-
17- [tool .poetry .dependencies ]
18- python = " ^3.9"
19- httpx = " >=0.20.0,<0.29.0"
20- attrs = " >=22.2.0"
21- python-dateutil = " ^2.8.0"
22-
2334[build-system ]
2435requires = [" poetry-core>=1.0.0" ]
2536build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments