Skip to content

Commit

Permalink
Don't use git in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Feb 11, 2024
1 parent 0302f93 commit 882feb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ poetry-plugin-export = "^1.6.0"
functions-framework = "^3.5.0"
cron-validator = "^1.0.8"
# TODO: Change to the correct version once it's released.
prediction-market-agent-tooling = { git = "git@github.com:gnosis/prediction-market-agent-tooling.git", branch = "main" }
prediction-market-agent-tooling = { git = "https://github.com/gnosis/prediction-market-agent-tooling.git", branch = "main" }
pydantic-settings = "^2.1.0"

[build-system]
Expand Down

0 comments on commit 882feb7

Please sign in to comment.