Add dirty-equals as a testing dependency (#9778)

 Add dirty-equals as a testing dependency, it seems it got lsot at some point
This commit is contained in:
Sebastián Ramírez
2023-07-01 20:21:01 +02:00
committed by GitHub
parent d6db5d4f58
commit 293e0fb279

View File

@@ -6,6 +6,7 @@ ruff ==0.0.275
black == 23.3.0
httpx >=0.23.0,<0.25.0
email_validator >=1.1.1,<3.0.0
dirty-equals ==0.6.0
# TODO: once removing databases from tutorial, upgrade SQLAlchemy
# probably when including SQLModel
sqlalchemy >=1.3.18,<1.4.43