updated install_requires 2

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