Update betamax extra deps

We no longer need 'mock' as a dependency and it can be removed from the
'betamax' extra. We do, however, require PyYAML.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I20b29749a5b5643818539ed3b8bff98471f94819
This commit is contained in:
Stephen Finucane 2024-07-30 14:08:59 +01:00
parent f772f6992a
commit 86d3a50926

View File

@ -42,7 +42,7 @@ oauth1 =
betamax =
betamax>=0.7.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
PyYAML>=3.13 # MIT
[entry_points]