In the requirements.txt for a Python library I am using, one of the requirements is specified like:
requirements.txt
mock-django~=0.6.10
What does ~= mean?
~=
← Назад к списку