HexCasting/doc/requirements-dev.txt
2023-06-27 10:01:18 -04:00

6 lines
256 B
Text

-e . # install package locally as editable
black==22.10.0 # formatting
isort==5.12.0 # formatting 2
pytest==7.3.1 # testing framework
syrupy==4.0.2 # snapshot tests
beautifulsoup4==4.12.2 # html pretty print so the snapshot diffs are actually usable