Add requirements for translations

This commit is contained in:
Sebastián Ramírez 2025-12-12 17:49:02 +01:00
parent b1d9769f97
commit a4426b5249
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
pydantic-ai==0.4.10
GitPython==3.1.45
pygithub==2.8.1

View File

@ -1,6 +1,7 @@
-e .[all]
-r requirements-tests.txt
-r requirements-docs.txt
-r requirements-translations.txt
pre-commit >=4.5.0,<5.0.0
# For generating screenshots
playwright