23 строки
563 B
Plaintext
23 строки
563 B
Plaintext
# NOTE: Keep in sync with requirements-deploy.txt
|
|
|
|
# DO NOT include azure-functions-worker in this file
|
|
# The Python Worker is managed by Azure Functions platform
|
|
# Manually managing azure-functions-worker may cause unexpected issues
|
|
|
|
azure-functions
|
|
|
|
requests==2.32.3
|
|
aiohttp==3.9.5
|
|
dateutils==0.6.12
|
|
mercantile==1.2.1
|
|
pillow==10.3.0
|
|
pyproj==3.3.1
|
|
pydantic>=2.7,<2.8
|
|
rasterio==1.3.*
|
|
azure-monitor-query==1.3.0
|
|
pytest-mock==3.14.0
|
|
# Deployment needs to copy the local code into
|
|
# the app code directory, so requires a separate
|
|
# requirements file.
|
|
-e ../pccommon
|