Add requirements for translations (#14515)

This commit is contained in:
Sebastián Ramírez 2025-12-12 08:54:13 -08:00 committed by GitHub
parent b1d9769f97
commit 435d839c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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