diff --git a/setup.py b/setup.py index 0251e37..1abfe7d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ }, install_requires = [ "CouchDB==1.0", "httplib2>=0.18.0", "ipcalc==1.1.3",\ - "NoSQLAttack==0.2", "pbkdf2==1.3", "pymongo==2.7.2",\ + "NoSQLAttack==0.2", "pbkdf2==1.3", "pymongo==4.6.3",\ "requests>=2.20.0","shodan==1.5.3"], author = "Carl Sun",