We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef7787 commit 9a15fe0Copy full SHA for 9a15fe0
setup.py
@@ -36,7 +36,7 @@
36
cmdclass = {},
37
package_data = {'': ['*.js', '*.md', '*.yaml', '*.css', '*.rst'], 'saspy': ['*.sas', 'scripts/*.*', 'java/*.*', 'java/pyiom/*.*', 'java/iomclient/*.*', 'java/thirdparty/*.*']},
38
install_requires = [],
39
- extras_require = {'iomcom': ['pypiwin32'], 'colorLOG': ['pygments']},
+ extras_require = {'iomcom': ['pypiwin32'], 'colorLOG': ['pygments'], 'parquet':['pyarrow']},
40
classifiers = [
41
'Programming Language :: Python :: 3',
42
"Programming Language :: Python :: 3.4",
0 commit comments