v0.3.3
Changes:
- Update all requirements libs to a latest compatible version
- Update README with new parameters and PyPi badge and link
- Removal of
nosetest
due to the lack of updates (replaced withunittest
+coverage
) - Due to an issue with Moto compatibility with
Mock
library,mock
version is fixed at 4.02 [getmoto/moto#3535] - Removed use of assert deprecated function
assertEquals
- Removed Python2 import conditions and
six
from requirements