Skip to content

Commit

Permalink
[REF] requirements_clean: Consider packages cloned from github using @
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Jul 20, 2023
1 parent cfe06f2 commit be7aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def clean_requirements(**kwargs):


def get_packages(lines):
split_re = re.compile(r"[<>=#]")
split_re = re.compile(r"[<>=#@]")
packages = set()
for line in lines:
package = split_re.split(line)[0].strip()
Expand Down

0 comments on commit be7aa42

Please sign in to comment.