Initial commit

This commit is contained in:
Esa Kataja
2025-08-04 11:28:36 +03:00
commit f007284ad8
6 changed files with 322 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "jobpostingparser"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.116.1",
"httpx>=0.28.1",
"loguru>=0.7.3",
"pydantic-settings>=2.10.1",
"python-dotenv>=1.1.1",
"uvicorn>=0.35.0",
]