Robert Neale

Results 53 comments of Robert Neale

> I like the idea of allowing `install_requires` to be replaced by `extra: { None: [list, of, requirements] }`. This is how `pkg_resources` used to work and it reduces the...

I would think breaking every package on pypi.org that has `install_requies` and `extras_require` defined is a massive problem. Do you expect every package to update their setup.py files and release...

There's nothing I've found, but if you don't mind doing a bit of debugging & adapting, you can look at: https://github.com/broken/napi-wrapper-gen It's a small app I wrote that uses antlr...