[pypy-commit] pypy default: make sure we install the latest and greates

fijal pypy.commits at gmail.com
Mon Mar 7 11:56:57 EST 2016


Author: fijal
Branch: 
Changeset: r82854:ab7250954435
Date: 2016-03-07 18:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ab7250954435/

Log:	make sure we install the latest and greates

diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
 # hypothesis is used for test generation on untranslated jit tests
 hypothesis
-enum # is a dependency, but old pip does not pick it up
+enum>=0.4.6 # is a dependency, but old pip does not pick it up


More information about the pypy-commit mailing list