Skip to content

Commit

Permalink
Try to add python-common in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Jan 30, 2025
1 parent 98898c2 commit e9ddec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ find = {}
[tool.pydocstyle]
convention = "google"

[tool.poetry.dependencies]
python-common = { git = "ssh://[email protected]/libraries/py-common.git" }
[[tool.poetry.source]]
name = "gitlab"
url = "https://__token__:[email protected]/api/v4/projects/689/packages/pypi/simple"
default = true
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ typing-extensions==4.12.2
# via
# pydantic
# pydantic-core

0 comments on commit e9ddec5

Please sign in to comment.