Skip to content

Commit

Permalink
Add back package files
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Feb 11, 2025
1 parent c7dec3f commit 1d5bc56
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
18 changes: 18 additions & 0 deletions common/poetry.lock

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

16 changes: 16 additions & 0 deletions common/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "common"
version = "0.1.0"
description = ""
authors = ["BCWS PSU Agile Team <BCWS.PredictiveServices@gov.bc.ca>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12"
python-decouple = "^3"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1d5bc56

Please sign in to comment.