requirements.txt: rename to py26reqs.txt and remove it from deps where possible.

When people see requirements.txt they tend to `pip install -r`
straight way
(c.f. https://github.com/letsencrypt/letsencrypt/issues/1252). It's
only necessary for Python2.6.
This commit is contained in:
Jakub Warmuz
2015-10-31 12:22:42 +00:00
parent d31abeb8a7
commit 6f5d37fc21
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
export VENV_ARGS="--python python2"
./bootstrap/dev/_venv_common.sh \
-r requirements.txt \
-r py26reqs.txt \
-e acme[testing] \
-e .[dev,docs,testing] \
-e letsencrypt-apache \