Skip to content

Commit 9a15fe0

Browse files
committed
fix for issue 612. add pyarrow as optional requirement for parquet
1 parent bef7787 commit 9a15fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
cmdclass = {},
3737
package_data = {'': ['*.js', '*.md', '*.yaml', '*.css', '*.rst'], 'saspy': ['*.sas', 'scripts/*.*', 'java/*.*', 'java/pyiom/*.*', 'java/iomclient/*.*', 'java/thirdparty/*.*']},
3838
install_requires = [],
39-
extras_require = {'iomcom': ['pypiwin32'], 'colorLOG': ['pygments']},
39+
extras_require = {'iomcom': ['pypiwin32'], 'colorLOG': ['pygments'], 'parquet':['pyarrow']},
4040
classifiers = [
4141
'Programming Language :: Python :: 3',
4242
"Programming Language :: Python :: 3.4",

0 commit comments

Comments
 (0)