Skip to content

Commit e0fb007

Browse files
committed
adds packaging python package in setup
1 parent bc943f2 commit e0fb007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ requests = "^2.18.1"
2020
oauthlib = "^3.1.0"
2121
openpyxl = "^3.0.10"
2222
urllib3 = ">=1.26"
23+
packaging = ">=20.0"
2324
pyarrow = [
2425
{ version = ">=14.0.1", python = ">=3.8,<3.13", optional=true },
2526
{ version = ">=18.0.0", python = ">=3.13", optional=true }

0 commit comments

Comments
 (0)