add babel to pyproject.toml

This commit is contained in:
emlys 2021-11-04 10:19:43 -07:00
parent 9acb5dc547
commit 64ae72b311
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
# will dynamically import GDAL via python's import system. This behavior means
# that we can provide a much easier build experience so long as GDAL is
# available at runtime.
requires = ['setuptools', 'wheel', 'setuptools_scm', 'numpy', 'cython']
requires = ['setuptools', 'wheel', 'setuptools_scm', 'numpy', 'cython', 'babel']