Merge pull request #17 from fx-kirin/hash_every_args

Hash every args including pandas and numpy objects.
This commit is contained in:
Shay Palachy
2020-01-31 20:02:32 +02:00
committed by GitHub
3 changed files with 98 additions and 3 deletions
+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: