2020-09-19 18:55:17 -05:00
|
|
|
## -*- mode: conf; -*-
|
|
|
|
|
|
|
|
[global]
|
|
|
|
extra-index-url =
|
|
|
|
https://pypi.rattailproject.org/simple/
|
|
|
|
% if env.theo_integrates_with == 'catapult':
|
|
|
|
https://${env.restricted_pypi_username}:${env.restricted_pypi_password}@pypi-restricted.rattailproject.org/catapult/
|
2020-09-23 15:07:21 -05:00
|
|
|
% elif env.theo_integrates_with == 'locsms':
|
|
|
|
https://${env.restricted_pypi_username}:${env.restricted_pypi_password}@pypi-restricted.rattailproject.org/locsms/
|
2020-09-19 18:55:17 -05:00
|
|
|
% endif
|
|
|
|
log-file = ${envroot}/pip.log
|
|
|
|
exists-action = i
|