summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Iles <aaron.iles@gmail.com>2013-05-29 22:01:09 +1000
committerAaron Iles <aaron.iles@gmail.com>2013-05-29 22:07:41 +1000
commit6318d8ddb0b14fde4b22caf9c0281344372cc98f (patch)
tree2e4ee9c51ea776467dca7ed4437c0a367fec62d8
parentb15c861e0ab3bb2f0c0191cc7b12032f484091c1 (diff)
downloadfuncsigs-6318d8ddb0b14fde4b22caf9c0281344372cc98f.tar.gz
Don't use PyPI mirrors when installing packages
The implementation of a content delivery network (CDN) for PyPI has significantly improved PyPI's performance. It is now faster and more reliable to use the CDB and PyPI's mirrors.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad6d0be..31bf978 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
SHELL := /bin/bash
deps:
- pip install --upgrade --use-mirrors \
+ pip install --upgrade \
-r requirements/development.txt \
-r requirements/production.txt