Skip to content

Commit 65ce2c7

Browse files
majosminducer
authored andcommitted
allow underscores in requirement URL
1 parent b9a5bc9 commit 65ce2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transfer-requirements-git-urls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import re
66

77

88
vcs_url_re = re.compile(
9-
r"(git\+[a-z]+://[-a-zA-Z0-9./]+)"
9+
r"(git\+[a-z]+://[-_a-zA-Z0-9./]+)"
1010
"((?:@[-_a-zA-Z0-9]+)?)"
1111
r"\#egg=([-a-zA-Z0-9_.]+)"
1212
)

0 commit comments

Comments
 (0)