Skip to content

Commit

Permalink
Remove poetry prod group (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley authored Dec 10, 2024
1 parent 0a0a883 commit 880f376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

15 changes: 4 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,12 @@ requests = "^2.32.0"
redis = "^5.0.3"
granian = "^1.6.3"
numpy = "^2.1.3"

# Are these packages still needed?
django-import-export = "^3.3.07"
dbt-copilot-python = "^0.2.1"
django-log-formatter-asim = "^0.0.6"
django-csp = "^3.8"
psycopg = {extras = ["binary"], version = "^3.2.3"}

[tool.poetry.group.prod]
optional = true

[tool.poetry.group.prod.dependencies]
psycopg = { extras = ["binary"], version = "^3.2.3" }
django-audit-log-middleware = "^0.0.5"
dbt-copilot-python = "^0.2.1"
django-import-export = "^3.3.07"
django-log-formatter-asim = "^0.0.6"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 880f376

Please sign in to comment.