this patch removes the need for dacite2 package for creating packet objects from the aprslib decoded packet dictionary. moved the factory method from the base Packet object to the core module.
Fixed the unit tests and the notify plugin
This patch updates unit tests as well as the Plugin filter() interface to accept a packets.Packet object instead of a packet dictionary.