diff options
author | Ronan Lamy <ronan.lamy@gmail.com> | 2016-08-15 15:36:56 +0100 |
---|---|---|
committer | Ronan Lamy <ronan.lamy@gmail.com> | 2016-08-15 15:36:56 +0100 |
commit | 98efb9aa19853b3bd74c4500177d578153c9ac77 (patch) | |
tree | de5070a0e6bea033311d9b5fb3099fa065f839a9 /requirements.txt | |
parent | cffi/763505916552: Give an error when subtracting two pointers and the (diff) | |
download | pypy-98efb9aa19853b3bd74c4500177d578153c9ac77.tar.gz pypy-98efb9aa19853b3bd74c4500177d578153c9ac77.tar.bz2 pypy-98efb9aa19853b3bd74c4500177d578153c9ac77.zip |
Add cffi requirement for 'own' tests
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index d6f41a78ba..52a0c87a75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +cffi>=1.4.0 + # hypothesis is used for test generation on untranslated tests hypothesis enum34>=1.1.2 |