Bug 1879915 - websocketprocessbridge: pin cffi to 1.14.5 for windows 7. r=jmaher, a=test-only

Pin cffi to 1.14.5 only for our Windows 7 environment, approximated as "Windows and python 3.7".

Differential Revision: https://phabricator.services.mozilla.com/D201634
This commit is contained in:
Geoff Brown 2024-02-12 21:10:17 +00:00
parent c2291a39d9
commit d0623081f3

View File

@ -1,6 +1,10 @@
# This file is the websocketprocess requirements.txt used with python 3.
six
# bug 1879915: cffi 1.16.0 breaks on Windows 7
cffi==1.14.5 ; python_version < "3.8" and platform_system == "Windows"
vcversioner==2.16.0.0
twisted==21.2.0