updated install_requires

This commit is contained in:
Shay Palachy
2016-09-01 16:11:51 +03:00
parent 122e75f8cd
commit db71d4bde6
+2
View File
@@ -21,6 +21,8 @@ setup(
url='https://github.com/shaypal5/cachier',
packages=find_packages(),
install_requires=[
pymongo,
watchdog
],
keywords=['cache', 'persistence', 'mongo', 'memoization', 'decorator'],
classifiers=[],