Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this patch, if you had a requirement like 'Django==2.2', the version constraint would be ignored because the code was trying to compare 'Django' == 'django' Now we don't have to worry about character case in this comparison, which corrects the problem.
- Loading branch information