1
0
mirror of https://github.com/google/fonts.git synced 2024-11-28 02:17:11 +03:00

loosen install requirement on setup.py

Allow newer versions of protobuf.
This commit is contained in:
Felipe Corrêa da Silva Sanches 2022-10-23 10:45:32 +01:00 committed by GitHub
parent 4c8cf41fbb
commit bb213824f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,5 +43,5 @@ setup(
],
python_requires=">=3.7",
setup_requires=["setuptools_scm>=4,<6.1"],
install_requires=["protobuf==3.19.4", "fonttools"],
install_requires=["protobuf>=3.19.4", "fonttools"],
)