Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use == to define had pinned requirement
This allows one to add a dependency like `PyPika = '5.1.0'` directly instead of `PyPika = '==5.1.0'`
- Loading branch information