This commit is contained in:
Shay Palachy
2020-02-20 13:14:34 +02:00
parent b947a74173
commit 9531894eee
8 changed files with 5 additions and 76 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ except ImportError:
import versioneer
TEST_REQUIRES = ['pytest', 'coverage', 'pytest-cov', 'pymongo', 'numpy', 'pandas']
TEST_REQUIRES = ['pytest', 'coverage', 'pytest-cov', 'pymongo']
README_RST = ''
with open('README.rst') as f: