==================
- Change ``zope.app.security`` dependency to the new ``zope.authentication``
package, dropping a big number of unused dependencies.
- Get rid of ``zope.app.testing`` and other testing dependencices.
- Add ``ZODB3`` to install dependencies, because we use ``Persistent``
class. We didn't fail before, because it was installed implicitly.