Skip to content

Commit f336f5a

Browse files
committed
Fixing JWT dependency
1 parent 302ad5d commit f336f5a

2 files changed

Lines changed: 166 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ readme = "README.md"
77
keywords = [ "box", "box.com", "ai", "agent", "toolkit", "library", "box ai", "box api", "box ai api",]
88
classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python",]
99
requires-python = ">=3.11"
10-
dependencies = [ "box-sdk-gen>=1.17.0", "python-dotenv>=1.0.1",]
10+
dependencies = [
11+
"box-sdk-gen[jwt]>=1.17.0",
12+
"python-dotenv>=1.0.1",
13+
]
1114
[[project.authors]]
1215
name = "Box Developer Relations"
1316
email = "devrel@box.com"

0 commit comments

Comments
 (0)