I'm developing a python project, in the requirements file I have three different types of PyMongo
Flask-PyMongo==0.3.1
pymongo==2.7
flask-mongoengine==0.7.1
How can I define which version I'm using?
If you got pip
installed, you can try this in terminal:
$ pip freeze | grep pymongo
pymongo==3.0.2