Skip to content

Commit

Permalink
Adds Python requirements file for l10n scripts. (#27531)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin authored Feb 7, 2025
1 parent aea9176 commit bb1fac8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,6 @@ browser/ui/webui/brave_browser_command/brave_browser_command_handler.cc @brave/s
browser/resources/brave_education/brave_education_app.ts @brave/sec-team
components/brave_education/education_urls.* @brave/sec-team
ui/webui/resources/js/brave_browser_command/brave_browser_command.mojom @brave/sec-team

# l10n scripts deps
script/lib/l10n/requirements.txt @brave/sec-team
5 changes: 5 additions & 0 deletions script/lib/l10n/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Python dependencies needed by l10n scripts
crowdin-api-client==1.21.0
lxml==5.3.0
six==1.17.0
transifex-python==2.1.0

0 comments on commit bb1fac8

Please sign in to comment.