I am trying to connect MongoDB from Atlas But I encountered:
dnspython must be installed error
My mongo uri (mo
In requirements.txt, replace pymongo with pymongo[tls,srv], as mentioned here.
pymongo
pymongo[tls,srv]