1.5.1
Fixed
- Python dependencies were not correctly defined: py-gitguardian was using
marshmallow-dataclass
andclick
without depending on them. The package now explicitly depends onmarshmallow-dataclass
and does not useclick
anymore (#43).
marshmallow-dataclass
and click
without depending on them. The package now explicitly depends on marshmallow-dataclass
and does not use click
anymore (#43).