model: use attrs_static to enforce type validation of model objects
This ensures all instanciated model entities have valid types for attributes. Related to T2308.
... | ... | @@ -3,6 +3,7 @@ |
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html | ||
vcversioner | ||
attrs | ||
attrs_strict | ||
hypothesis | ||
python-dateutil | ||
iso8601 |
Please register or sign in to comment