-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.in
20 lines (19 loc) · 2.26 KB
/
requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2018-2019, 2022-2024 David Corbett
# Copyright 2019-2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
cffsubr >= 0.3, < 0.3.1
fonttools[repacker] >= 4.39.4, < 5
gfsubsets >= 2024.9.25
uharfbuzz >= 0.37.1, < 0.37.3 ; sys_platform != 'darwin' or ('Version 1.' not in platform_version and 'Version 2.' not in platform_version and 'Version 3.' not in platform_version and 'Version 4.' not in platform_version and 'Version 5.' not in platform_version and 'Version 6.' not in platform_version and 'Version 7.' not in platform_version and 'Version 8.' not in platform_version and 'Version 9.' not in platform_version and 'Version 10.' not in platform_version and 'Version 11.' not in platform_version and 'Version 12.' not in platform_version and 'Version 13.' not in platform_version and 'Version 14.' not in platform_version and 'Version 15.' not in platform_version and 'Version 16.' not in platform_version and 'Version 17.' not in platform_version) # https://github.com/harfbuzz/uharfbuzz/pull/165 https://github.com/harfbuzz/harfbuzz/pull/4385#issuecomment-1692191895
uharfbuzz >= 0.37.3 ; sys_platform == 'darwin' and ('Version 1.' in platform_version or 'Version 2.' in platform_version or 'Version 3.' in platform_version or 'Version 4.' in platform_version or 'Version 5.' in platform_version or 'Version 6.' in platform_version or 'Version 7.' in platform_version or 'Version 8.' in platform_version or 'Version 9.' in platform_version or 'Version 10.' in platform_version or 'Version 11.' in platform_version or 'Version 12.' in platform_version or 'Version 13.' in platform_version or 'Version 14.' in platform_version or 'Version 15.' in platform_version or 'Version 16.' in platform_version or 'Version 17.' in platform_version) # https://github.com/harfbuzz/harfbuzz/issues/4138