Constrain faust-cchardet to first version that builds wheels successfully (#88563)

This commit is contained in:
J. Nick Koston 2023-02-21 16:32:15 -06:00 committed by GitHub
parent 93e37243f6
commit ec53c26f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -149,3 +149,7 @@ pyOpenSSL>=23.0.0
# uamqp newer versions we currently can't build for armv7/armhf
# Limit this to Python 3.10, to not block Python 3.11 dev for now
uamqp==1.6.0;python_version<'3.11'
# faust-cchardet: Ensure we have a version we can build wheels
# 2.1.18 is the first version that works with our wheel builder
faust-cchardet>=2.1.18

View file

@ -157,6 +157,10 @@ pyOpenSSL>=23.0.0
# uamqp newer versions we currently can't build for armv7/armhf
# Limit this to Python 3.10, to not block Python 3.11 dev for now
uamqp==1.6.0;python_version<'3.11'
# faust-cchardet: Ensure we have a version we can build wheels
# 2.1.18 is the first version that works with our wheel builder
faust-cchardet>=2.1.18
"""
IGNORE_PRE_COMMIT_HOOK_ID = (