Add syntax highlighting for text files

This commit is contained in:
2021-12-09 09:59:39 +01:00
parent eb03f6ba31
commit b6ed78a70c
3 changed files with 72 additions and 5 deletions

View File

@ -17,6 +17,7 @@ gunicorn = "^20.1.0"
uvicorn = "^0.15.0"
python-dotenv = "^0.19.2"
dhooks = {git = "https://github.com/kyb3r/dhooks.git"}
Pygments = "^2.10.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"