I don’t want dependencies like Plots and Revise in my package, but it’s nice to use those packages in development. Is there a place I can specify “development packages” for a Pkg environment that don’t get added to my Project.toml?
(Maybe I’m misunderstanding something about package environments. Also, I actually don’t personally suffer from this problem, since I use a PackageCompiler image with my dev packages. But PRs to some packages I work on are incurring Plots and Revise in their Project.toml.)