mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 19:45:22 +00:00
7 lines
176 B
Python
7 lines
176 B
Python
import pymongo
|
|
from bson.objectid import ObjectId
|
|
|
|
# 'bson' package is mapped to 'pymongo'.
|
|
# But running pipreqs should not result in two duplicated
|
|
# lines 'pymongo==x.x.x'.
|