finance/py-finvizfinance: drop unused dependency
Remove incorrect/stale dependency on zope's DateTime. It's actually
using stock datetime from Python standard library. DateTime module exports
very different API, so can't be used there anyway.
With hat: python