add test dependencies

This commit is contained in:
fx_kirin
2020-01-08 13:46:48 +09:00
parent c55ac3a07f
commit ba7d78abd1
+1 -1
View File
@@ -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: