Skip to content

Commit 85c0ea5

Browse files
committed
fixed requirements.txt
1 parent f12efcf commit 85c0ea5

File tree

2 files changed

+16
-27
lines changed

2 files changed

+16
-27
lines changed
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
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
154
geoalchemy2==0.14.7
16-
17-
# Flask for HTTP request handling
18-
Flask==3.0.0
19-
20-
# Configuration
215
python-dotenv~=1.0.0
6+
requests
7+
psycopg2-binary
8+
google-cloud-logging
9+
aiohttp
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

0 commit comments

Comments
 (0)