Skip to content

Commit

Permalink
v0.75055 - html sanitizer fixes; beautifulsoup4, lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Oct 21, 2024
1 parent 8c5d8d8 commit 7384939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ If you run into any issues, consult the logs or reach out on the repository's [I
---
# Changelog
- v0.75055 - fixes to the html sanitizer (for Telegram's API; better handling of malformed html), using BeautifulSoup4 for parsing now
- v0.75055 - fixes to the html sanitizer (for Telegram's API; better handling of malformed html), using BeautifulSoup4+lxml for parsing now
- v0.75054 - small fixes and more error catching in `calc_module.py`
- v0.75053 - only include eligible territories in U.S. NWS queries
- list of queried / eligible territories can be set in `config.ini` under the `NWS` section
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ httpx>=0.25.2
langdetect>=1.0.9
matplotlib>=3.8.2
holidays>=0.49
lxml>=5.2.2
nltk>=3.8.1
openai>=1.6.1
pydub>=0.25.1
Expand Down

0 comments on commit 7384939

Please sign in to comment.