Compare commits
3 Commits
ead61323a2
...
31ccee105d
| Author | SHA1 | Date | |
|---|---|---|---|
| 31ccee105d | |||
| a92081b9e8 | |||
| 2e4d1993ba |
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -18,4 +18,7 @@ logs/
|
||||||
style_temp/
|
style_temp/
|
||||||
services/styles/
|
services/styles/
|
||||||
|
|
||||||
cleansing_func.sql
|
cleansing_func.sql
|
||||||
|
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
@ -3,7 +3,6 @@ from fastapi import APIRouter, File, Form, UploadFile, Depends
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
from typing import Any, Dict, List, Optional
|
from typing import Any, Dict, List, Optional
|
||||||
from services.upload_file.upload import handle_upload_file, handle_process_pdf, handle_to_postgis
|
from services.upload_file.upload import handle_upload_file, handle_process_pdf, handle_to_postgis
|
||||||
from api.deps.role_dependency import require_role
|
|
||||||
from database.connection import engine
|
from database.connection import engine
|
||||||
|
|
||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,7 @@ python-dotenv==1.2.1
|
||||||
rapidfuzz==3.14.3
|
rapidfuzz==3.14.3
|
||||||
Requests==2.32.5
|
Requests==2.32.5
|
||||||
Shapely==2.1.2
|
Shapely==2.1.2
|
||||||
SQLAlchemy==2.0.46
|
SQLAlchemy==2.0.46
|
||||||
|
asyncpg
|
||||||
|
psycopg2
|
||||||
|
python-multipart
|
||||||
Loading…
Reference in New Issue
Block a user