0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
mongodb/etc/pip/components/core.req
Ryan Egesdahl ebcf26aa00 SERVER-50774 Update PyMongo requirement to 3.9.0+
The GDB and LLDB pretty-printers were updated to call bson.decode() in
SERVER-43055, and the bson.decode() convenience method was introduced in
PyMongo 3.9.0. However, we never updated the required PyMongo version in
our build requirements. This change updates the requirement so debugging
works properly with newer server versions.
2020-10-03 02:34:45 +00:00

6 lines
144 B
Plaintext

# Core (we need these for most buildscripts)
psutil
pymongo >= 3.9, != 3.6.0 # See PYTHON-1434, SERVER-34820
PyYAML >= 3.0.0
requests >= 2.0.0