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