Merge pull request #3151 from RealOrangeOne/feature/watchfiles

This commit is contained in:
Justin Mayer 2023-10-28 23:23:44 +02:00 committed by GitHub
commit 3dce25ab23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 266 deletions

View file

@ -41,6 +41,7 @@ rich = ">=10.1"
unidecode = ">=1.1"
markdown = {version = ">=3.1", optional = true}
backports-zoneinfo = {version = "^0.2.1", python = "<3.9"}
watchfiles = "^0.19.0"
[tool.poetry.dev-dependencies]
BeautifulSoup4 = "^4.9"