Skip to content

Commit

Permalink
Merge pull request #876 from scidsg/re-add-bs4
Browse files Browse the repository at this point in the history
re-add beautifulsoup4
  • Loading branch information
brassy-endomorph authored Jan 21, 2025
2 parents 9390c3e + 2d9d277 commit bd75457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
aiohttp = "^3.10.11"
beautifulsoup4 = "^4.12.3"
bleach = "^6.2.0"
boto3 = "^1.35.33"
cryptography = "^43.0.1"
Expand All @@ -29,7 +30,6 @@ ruff = "^0.4.7"
stripe = "^10.9.0"

[tool.poetry.group.dev.dependencies]
beautifulsoup4 = "^4.12.3"
mypy = "^1.10.0"
pytest = "^8.1.1"
pytest-cov = "^5.0.0"
Expand Down

0 comments on commit bd75457

Please sign in to comment.