File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[project ]
22name = " wherobots-python-dbapi"
3-
4- [tool .poetry ]
5- name = " wherobots-python-dbapi"
63version = " 0.15.0"
74description = " Python DB-API driver for Wherobots DB"
8- authors = [
" Maxime Petazzoni < [email protected] > " ]
9- license = " Apache 2.0 "
5+ authors = [
{ name = " Maxime Petazzoni" , email = " [email protected] " } ]
6+ requires-python = " ~=3.8 "
107readme = " README.md"
11- packages = [{ include = " wherobots" }]
8+ license = " Apache-2.0"
9+ dependencies = [
10+ " packaging" ,
11+ " requests>=2.31.0" ,
12+ " websockets>=13.0" ,
13+ " tenacity>=8.2.3" ,
14+ " cbor2>=5.6.3" ,
15+ " StrEnum>=0.4.15,<0.5" ,
16+ " pyarrow>=14.0.2" ,
17+ " pandas" ,
18+ ]
19+
20+ [project .optional-dependencies ]
21+ test = [" pytest>=8.0.2" ]
1222
1323[project .urls ]
1424Homepage = " https://github.com/wherobots/wherobots-python-dbapi-driver"
1525Tracker = " https://github.com/wherobots/wherobots-python-dbapi-driver/issues"
1626
17- [tool .poetry .dependencies ]
18- python = " ^3.8"
19- packaging = " *"
20- requests = " >=2.31.0"
21- websockets = " >=13.0"
22- tenacity = " >=8.2.3"
23- cbor2 = " >=5.6.3"
24- StrEnum = " ^0.4.15"
25- pyarrow = { version = " >=14.0.2" }
26- pandas = { version = " *" }
27- pytest = { version = " >=8.0.2" , optional = true }
28-
29- [tool .poetry .extras ]
30- test = [ " pytest" ]
31-
32- [tool .poetry .group .dev .dependencies ]
33- pre-commit = " *"
34- pytest = " >=8.0.2"
35- pyarrow = " >=14.0.2"
36- pandas = " *"
37- rich = " >=13.7.1"
27+ [dependency-groups ]
28+ dev = [
29+ " pre-commit" ,
30+ " pytest>=8.0.2" ,
31+ " pyarrow>=14.0.2" ,
32+ " pandas" ,
33+ " rich>=13.7.1" ,
34+ ]
35+
36+ [tool .hatch .build .targets .sdist ]
37+ include = [" wherobots" ]
38+
39+ [tool .hatch .build .targets .wheel ]
40+ include = [" wherobots" ]
3841
3942[build-system ]
40- requires = [" poetry-core>=1.9.1 " ]
41- build-backend = " poetry.core.masonry.api "
43+ requires = [" hatchling " ]
44+ build-backend = " hatchling.build "
4245
4346[tool .pylint .format ]
4447max-line-length = " 88"
You can’t perform that action at this time.
0 commit comments