diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -48,7 +48,6 @@ install = [ 'xlrd', 'xlwt', 'pyyaml', - 'pandas' ] @@ -81,4 +80,7 @@ setup( ], tests_require=['pytest'], install_requires=install, + extras_require={ + 'pandas': ['pandas'], + }, ) |
