tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

add required packages to setup.py #229

Closed johng42 closed 5 years ago

johng42 commented 5 years ago

Many of these packages are included in a typical base install of Python. Testing has revealed that different linux distributions will customize python installs and omit one or more of these packages. Add all known discrepancies uncovered during testing to setup.py and add a comment to this effect.

pep8speaks commented 5 years ago

Hello @johng42! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-03-28 20:12:46 UTC