chore: add inflect package to requirements.txt

This commit is contained in:
Gigi
2025-04-01 15:38:05 +01:00
parent a724824a21
commit 4bbf78a265

View File

@@ -3,6 +3,7 @@ requests>=2.31.0
python-dotenv>=1.0.0
ollama>=0.1.17
watchdog>=3.0.0
inflect>=7.5.0
# Development dependencies
pytest>=7.4.0