Skip to content

Commit

Permalink
Use pypi packages for python bridges
Browse files Browse the repository at this point in the history
They're probably not getting any more updates, so no reason to use git
  • Loading branch information
tulir committed Nov 29, 2024
1 parent 63a7cf8 commit 5bb553d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/bbctl/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ func setupPythonVenv(ctx context.Context, bridgeDir, bridgeType string, localDev
case "heisenbridge":
installPackage = "heisenbridge"
case "telegram", "googlechat":
//installPackage = fmt.Sprintf("mautrix-%s[all]", bridgeType)
installPackage = fmt.Sprintf("mautrix-%s[all] @ git+https://github.com/mautrix/%s.git@master", bridgeType, bridgeType)
installPackage = fmt.Sprintf("mautrix-%s[all]", bridgeType)
localRequirements = append(localRequirements, "-r", "optional-requirements.txt")
case "linkedin":
installPackage = fmt.Sprintf("%s-matrix[all] @ git+https://github.com/beeper/%s.git@master", bridgeType, bridgeType)
Expand Down

0 comments on commit 5bb553d

Please sign in to comment.