aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfijal <unknown>2016-03-07 18:49:10 +0200
committerfijal <unknown>2016-03-07 18:49:10 +0200
commit2aeb2f7d42338265fca1d8835aa9c663da11b00d (patch)
treefec3181268e8c9f0ece9bb93a67d68bfe60c51a5 /requirements.txt
parentMerged in loganchien/pypy (pull request #410) (diff)
downloadpypy-2aeb2f7d42338265fca1d8835aa9c663da11b00d.tar.gz
pypy-2aeb2f7d42338265fca1d8835aa9c663da11b00d.tar.bz2
pypy-2aeb2f7d42338265fca1d8835aa9c663da11b00d.zip
list enum as a dependency directly
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a04799b455..f78dc15dde 100644
--- 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