Add six to requirements#101
Conversation
modified: apptools/__init__.py
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
=========================================
Coverage ? 41.68%
=========================================
Files ? 240
Lines ? 8912
Branches ? 1158
=========================================
Hits ? 3715
Misses ? 5045
Partials ? 152
Continue to review full report at Codecov.
|
|
Strong recommendation that Pandas is not a runtime requirement but an optional requirement instead (not sure what exactly requires it, but we don't want people having to install by default). |
yep yep. exactly @mdickinson 's concerns as well. |
modified: apptools/__init__.py
sixis now a runtime requirement because we removed the use of2to3in the package.~
numpyandpandashave been runtime requirements of a few submodules ofapptoolswhich were never reported.~