fix: pseudo-race condition on deps
resouce_booking
depends on freezegun
, that set the python-dateutil
version to 2.7.
resource_booking
needs at least python-dateutil==2.8.1
It seems that freezegun
, that were being installed after python-dateutil
, sets the dependency to v2.7 despite we've installed the v2.8.2 before.