Add __ne__ method to Requirement class
It seems like if it has an `__eq__` method, it should probably have a `__ne__` method. I ran into this while working on pip -- see https://github.com/pypa/pip/pull/2493#discussion_r25955295
Showing
Please register or sign in to comment