Skip to content

Commit

Permalink
Update pip.go (#21)
Browse files Browse the repository at this point in the history
* Update pip.go

related to issue #20

* Update CHANGELOG.md
  • Loading branch information
bjhulst committed Feb 19, 2021
1 parent ca69ed9 commit e56947e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- npm: In case package was found, also check if all the package versions have been unpublished. This makes the package vulnerable to takeover
- npm: Check for http & https and GitHub version references
- Changed
- Fixed a bug where the pip requirements.txt parser processes a 'tilde equals' sign.

- v0.3
- New
Expand Down
1 change: 1 addition & 0 deletions pip.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func (p *PythonLookup) pipSplit(r rune) bool {
'>',
'!',
' ',
'~',
'#',
'[',
}
Expand Down

0 comments on commit e56947e

Please sign in to comment.