[00:07:05] <Schwarzbaer> Hi. How can I specify multiple `--extra-index-url`s in a requirements.txt? I'm using a local one for a project of my own, and another non-PyPI one for Panda3D binaries; or at least that's what I want / need to do. I've tried just adding both repos after the `--extra-index-url` in the file, I've tried repeating the parameter, I've put them on two lines... Every time I run `pip install -r requirements.txt`, the local one
[14:56:12] <tos9> Schwarzbaer: --extra-index-url foo --extra-index-url bar
[15:12:18] <dalley> I'm probably doing something dumb since it's my first time using twine, but I'm getting "HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://test.pypi.org/legacy/"
[15:12:29] <dalley> whenever I try to upload to the test pypi
[15:12:41] <dalley> I do have an account and a .pypirc file
[15:14:25] <mgedmin> I don't remember the exact syntax for having multiple repository creds in a .pypirc, but you could look that up somewhere, I'm sure
[18:01:52] <Schwarzbaer> Err... Wouldn't that be an issue against the software Warehouse? i mean, if you do it that way, okay, but that seems extremely counter-intuitive to me.
[18:15:34] <di_codes> there isn’t a better place for it at the moment