# Requirements including black for code formatting/checking.

# Include base requirements
-r test.txt

# Black for formatting
black ==22.3.0
