add babel to pyproject.toml
This commit is contained in:
parent
9acb5dc547
commit
64ae72b311
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue