Allow interdepend python packages from source control
This release allows specifing interdependencies between
python packages using the {method = "..."} syntax which are not on pypi/nixpkgs.
To do so, you need to add overrides = ["other_package_name"].
See examples/python_buildPackage_interdependency_with_overrides/anysnake2.toml for an example.