From ba7d78abd146a0ccc3a52165ee5a93f8378e85c5 Mon Sep 17 00:00:00 2001 From: fx_kirin Date: Wed, 8 Jan 2020 13:46:48 +0900 Subject: [PATCH] add test dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d4364b..7a17545 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except ImportError: import versioneer -TEST_REQUIRES = ['pytest', 'coverage', 'pytest-cov', 'pymongo'] +TEST_REQUIRES = ['pytest', 'coverage', 'pytest-cov', 'pymongo', 'numpy', 'pandas'] README_RST = '' with open('README.rst') as f: