Skip to content

Commit

Permalink
Update poetry files
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Jan 7, 2025
1 parent b256660 commit bfd9a60
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ poetry:
pip3 install -q poetry

poetry-install:
poetry install
poetry install --no-root

prod: poetry poetry-install run min
ci: poetry-install run
Expand Down
63 changes: 50 additions & 13 deletions poetry.lock

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

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ Unidecode = "1.3.2"
htmlmin = "0.1.12"
python-slugify = "^8.0.1"

[tool.poetry.dev-dependencies]
yamllint = "^1.27.1"
beautifulsoup4 = "^4.12.2"
tenacity = "^8.2.2"

[tool.poetry.group.dev.dependencies]
beautifulsoup4 = "^4.12.2"
httpx = "^0.27.0"
mistletoe = "^1.4.0"
pandas = "^2.2.2"
feedparser = "^6.0.11"
tenacity = "^8.2.2"
yamllint = "^1.27.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit bfd9a60

Please sign in to comment.