diff --git a/setup.py b/setup.py index 97c360c..4f3c3b6 100644 --- a/setup.py +++ b/setup.py @@ -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=[],