qwiglydee / drf-mongo-filters

[UNMAINTAINED] Filtering tools for django rest framework mongoengine.
GNU General Public License v2.0
15 stars 21 forks source link

Change requirements to latest version instead of specific version #9

Open mayk93 opened 7 years ago

mayk93 commented 7 years ago

After installing drf-mongo-filter, my Django, restframework, pymongo and mongoengine versions were all downgraded.

Please use == instead of ~= in the requirements file or issue a warning before downgrade.

qwiglydee commented 7 years ago

The "~=" indeed allows to match any of minor version.

But the project is quite old and probably incompatible with new libraries anyway.