mirror of https://github.com/tiangolo/fastapi.git
➕ 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:
parent
d6db5d4f58
commit
293e0fb279
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue