drf-mongo-filters icon indicating copy to clipboard operation
drf-mongo-filters copied to clipboard

Change requirements to latest version instead of specific version

Open mayk93 opened this issue 7 years ago • 1 comments

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.

mayk93 avatar Aug 10 '17 13:08 mayk93

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

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

qwiglydee avatar Aug 10 '17 16:08 qwiglydee