theo/machines/theo-server/deploy/theo-common/pip.conf.mako

13 lines
493 B
Plaintext
Raw Normal View History

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/
% 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