You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should probably be dependency checking near the top of _caster.py so that no Caster modules load unless the required version of a package is installed. E.g. accepting lists for AppContext titles and executables is new in dragonfly2 version 0.14.0.
This would make it easier for people to see what's going on.
Something like this:
import pkg_resources
pkg_resources.require("dragonfly2 >= 0.14.0")
As per the gitter chat.
The text was updated successfully, but these errors were encountered: