mongodb / mongo-perf

performance tools for mongodb
351 stars 140 forks source link

Update python requirements #115

Open liuchong opened 1 year ago

liuchong commented 1 year ago

To fix the issue error in pymongo setup command: use_2to3 is invalid when install python requirements

Refer to the changelog lib2to3 has been removed in Python 3.10, I've just updated the requirement version to latest and it works.

Please check 👀