6 lines
262 B
Text
6 lines
262 B
Text
-r requirements.txt
|
|
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
|