[23:16:14] <blag> agronholm: yes, but I keep getting errors. I can't tell if it's because pip doesn't support it, or if pip supports it fine and I'm just messing up something in my setup.py or pip invocation...
[23:16:32] <agronholm> what errors do you get then?
[23:25:38] <blag> error in setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'.[docs'"
[23:32:47] <agronholm> blag: what do you have in tests_require then
[23:33:45] <blag> it was '.[docs]', but now it's 'app[docs]' and that seems to be working
[23:34:03] <agronholm> yes, paths don't work in setup.py dependencies
[23:34:05] <blag> that's a really cool function of pip, btw...
[23:34:23] <blag> oh, now that you mention it, that makes perfect sense