--- a/setup.py.orig 2019-02-08 11:46:42.000000000 +0800 +++ b/setup.py 2019-02-17 16:24:10.298989102 +0800 @@ -13,11 +13,11 @@ "NoSQLMap = nosqlmap:main" ] }, - - install_requires = [ "CouchDB==1.0", "httplib2==0.9", "ipcalc==1.1.3",\ - "NoSQLMap==0.7", "pbkdf2==1.3", "pymongo==2.7.2",\ - "requests==2.5.0"], - + + install_requires = [ "CouchDB", "httplib2", "ipcalc",\ + "NoSQLMap","pbkdf2", "pymongo",\ + "requests"], + author = "tcstool", author_email = "codingo@protonmail.com", description = "Automated MongoDB and NoSQL web application exploitation tool",