There was an error while loading. Please reload this page.
1 parent 302ad5d commit f336f5aCopy full SHA for f336f5a
2 files changed
pyproject.toml
@@ -7,7 +7,10 @@ readme = "README.md"
7
keywords = [ "box", "box.com", "ai", "agent", "toolkit", "library", "box ai", "box api", "box ai api",]
8
classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python",]
9
requires-python = ">=3.11"
10
-dependencies = [ "box-sdk-gen>=1.17.0", "python-dotenv>=1.0.1",]
+dependencies = [
11
+ "box-sdk-gen[jwt]>=1.17.0",
12
+ "python-dotenv>=1.0.1",
13
+]
14
[[project.authors]]
15
name = "Box Developer Relations"
16
email = "devrel@box.com"
0 commit comments