We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b722fe3 commit 7ade199Copy full SHA for 7ade199
1 file changed
setup.py
@@ -31,7 +31,9 @@
31
"Programming Language :: Python :: 3.8",
32
],
33
description="The RelationalAI Software Development Kit for Python",
34
- install_requires=["ed25519==1.5"],
+ install_requires=[
35
+ "ed25519==1.5",
36
+ "pyarrow>=6.0.1"],
37
license="http://www.apache.org/licenses/LICENSE-2.0",
38
long_description="Enables access to the RelationalAI REST APIs from Python",
39
long_description_content_type="text/markdown",
0 commit comments