Skip to content

Commit

Permalink
Add packaging prod dependency
Browse files Browse the repository at this point in the history
Add packaging module to ensure poetry script can be run in prod installation
  • Loading branch information
F-X64 committed Jul 23, 2024
1 parent 6ce68d4 commit d30dc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ psycopg2-binary = "^2.9.9"
httpx = "^0.27.0"
schedule = "^1.2.2"
python-dateutil = "^2.9.0-post.0"
packaging = "^24.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
Expand Down

0 comments on commit d30dc9a

Please sign in to comment.