[seaborn] 12/14: Add six to install requires for now
Andreas Tille
tille at debian.org
Fri Jan 20 15:00:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag v0.2.1
in repository seaborn.
commit c819eae5fd076cffd944fef517491b8f4baf8f8d
Author: mwaskom <mwaskom at stanford.edu>
Date: Wed Jan 15 08:17:26 2014 -0800
Add six to install requires for now
---
setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 7e58cd6..b5f2493 100644
--- a/setup.py
+++ b/setup.py
@@ -42,5 +42,6 @@ if __name__ == "__main__":
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS'],
- install_requires=["husl", "moss>0.1", "patsy", "pandas", "statsmodels"],
+ install_requires=["husl", "moss>0.1", "patsy",
+ "pandas", "statsmodels", "six"],
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/seaborn.git
More information about the debian-science-commits
mailing list