How can I specify optional dependencies in a pip requirements file? According to the pip documentation this is possible, but the documentation doesn't explain how to do it and I can't find any examples on the web.
...
Im encountering a problem with pypi
Similar to this one:
http://stackoverflow.com/questions/1569315/setup-py-upload-is-failing-with-upload-failed-401-you-must-be-identified-to
Except that im running windows and the mentioned solution page is down.
Anyone knows how to work around this?
Im using python 2.5
python setup.py sdist register ...