File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ an `API reference <https://mongoengine-odm.readthedocs.io/apireference.html>`_.
2525
2626Supported MongoDB Versions
2727==========================
28- MongoEngine is currently tested against MongoDB v3.4, v3.6 and v4.0 . Future versions
28+ MongoEngine is currently tested against MongoDB v3.6, v4.0, v4.2 and v4.4 . Future versions
2929should be supported as well, but aren't actively tested at the moment. Make
3030sure to open an issue or submit a pull request if you experience any problems
31- with MongoDB version > 4.0 .
31+ with a more recent MongoDB versions .
3232
3333Installation
3434============
Original file line number Diff line number Diff line change 2727 @echo " linkcheck to check all external links for integrity"
2828 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
2929
30+ install-deps :
31+ -pip install -r requirements.txt
32+
3033clean :
3134 -rm -rf $(BUILDDIR ) /*
3235
You can’t perform that action at this time.
0 commit comments