2021-09-07 10:12:56 +05:30

7 lines
202 B
Python

import pymongo # noqa:F401
from bson.objectid import ObjectId # noqa:F401
# 'bson' package is mapped to 'pymongo'.
# But running pipreqs should not result in two duplicated
# lines 'pymongo==x.x.x'.