feat: Semaine 8
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "mediawatch"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.136.0",
|
||||
"feedparser>=6.0.12",
|
||||
"pytest>=9.0.3",
|
||||
"python-dotenv>=1.2.2",
|
||||
"requests>=2.33.1",
|
||||
"uvicorn>=0.44.0",
|
||||
]
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["."]
|
||||
Reference in New Issue
Block a user