mirror of https://github.com/tiangolo/fastapi.git
➕ Add requirements for translations (#14515)
This commit is contained in:
parent
b1d9769f97
commit
435d839c72
|
|
@ -1,2 +1,3 @@
|
||||||
pydantic-ai==0.4.10
|
pydantic-ai==0.4.10
|
||||||
GitPython==3.1.45
|
GitPython==3.1.45
|
||||||
|
pygithub==2.8.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
-e .[all]
|
-e .[all]
|
||||||
-r requirements-tests.txt
|
-r requirements-tests.txt
|
||||||
-r requirements-docs.txt
|
-r requirements-docs.txt
|
||||||
|
-r requirements-translations.txt
|
||||||
pre-commit >=4.5.0,<5.0.0
|
pre-commit >=4.5.0,<5.0.0
|
||||||
# For generating screenshots
|
# For generating screenshots
|
||||||
playwright
|
playwright
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue