File tree Expand file tree Collapse file tree 2 files changed +16
-27
lines changed
functions-python/refresh_materialized_view Expand file tree Collapse file tree 2 files changed +16
-27
lines changed Original file line number Diff line number Diff line change 1- # Common packages
2- functions-framework == 3.*
3- google-cloud-logging
4- psycopg2-binary == 2.9.6
5- aiohttp ~= 3.10.5
6- asyncio ~= 3.4.3
7- urllib3 ~= 2.2.2
8- requests ~= 2.32.3
9- attrs ~= 23.1.0
10- pluggy ~= 1.3.0
11- certifi ~= 2024.7.4
12-
13- # SQL Alchemy and Geo Alchemy
14- SQLAlchemy == 2.0.23
1+ fastapi == 0.110.0
2+ uvicorn == 0.29.0
3+ sqlalchemy == 2.0.23
154geoalchemy2 == 0.14.7
16-
17- # Flask for HTTP request handling
18- Flask == 3.0.0
19-
20- # Configuration
215python-dotenv ~= 1.0.0
6+ requests
7+ psycopg2-binary
8+ google-cloud-logging
9+ aiohttp
Original file line number Diff line number Diff line change 1- # Development packages
2- pytest~=7.4.0
3- pytest-cov~=4.1.0
4- coverage~=7.2.0
5- black~=23.0.0
6- flake8~=6.0.0
7- pre-commit~=3.3.0
8- requests-mock~=1.11.0
1+ pytest==8.2.1
2+ pytest-asyncio==0.23.6
3+ httpx==0.27.0 # for async testing FastAPI endpoints
4+ black==24.4.2
5+ isort==5.13.2
6+ mypy==1.10.0
7+ flake8==7.0.0
8+ types-requests
9+ types-python-dateutil
You can’t perform that action at this time.
0 commit comments