xref: /aosp_15_r20/tools/netsim/testing/netsim-grpc/cfg/pip.conf (revision cf78ab8cffb8fc9207af348f23af247fb04370a6)
1# This is a pip config file that can be used with a local devpi server
2# Make sure that your local devpi server has TINK available for posix!
3[global]
4index-url = file://REPO_DIR
5extra-index-url = http://localhost:3141/packages/staging
6timeout = 2
7retries = 0
8
9[search]
10index = http://localhost:3141/package/staging
11