-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename transifex-resources.ini file and upgrade deps
This is a noisy chore commit that is intended to prep for other Transifex workflows. This is a on-demand GitHub Actions workflow which will sync traslations and their status from the `open-edx/edx-platform` Transifex project (old) into `open-edx/openedx-translations` OEP-58 project (new).
- Loading branch information
1 parent
5f1e51f
commit 04ab15c
Showing
9 changed files
with
113 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-c constraints.txt | ||
-r transifex-resources.txt | ||
-r transifex.txt | ||
|
||
pytest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
requirements/transifex-resources.in → requirements/transifex.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
-c constraints.txt | ||
|
||
requests | ||
transifex-client | ||
transifex-python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asttokens==2.2.1 | ||
# via transifex-python | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==3.2.0 | ||
# via requests | ||
click==8.1.7 | ||
# via transifex-python | ||
future==0.18.3 | ||
# via pyseeyou | ||
gitdb==4.0.10 | ||
# via gitpython | ||
gitpython==3.1.32 | ||
# via transifex-client | ||
idna==3.4 | ||
# via requests | ||
parsimonious==0.10.0 | ||
# via pyseeyou | ||
pyseeyou==1.0.2 | ||
# via transifex-python | ||
python-slugify==4.0.1 | ||
# via transifex-client | ||
pytz==2023.3 | ||
# via transifex-python | ||
regex==2023.8.8 | ||
# via parsimonious | ||
requests==2.31.0 | ||
# via | ||
# -r requirements/transifex.in | ||
# transifex-client | ||
# transifex-python | ||
six==1.16.0 | ||
# via | ||
# asttokens | ||
# transifex-client | ||
smmap==5.0.0 | ||
# via gitdb | ||
text-unidecode==1.3 | ||
# via python-slugify | ||
toolz==0.12.0 | ||
# via pyseeyou | ||
transifex-client==0.14.4 | ||
# via -r requirements/transifex.in | ||
transifex-python==3.4.0 | ||
# via -r requirements/transifex.in | ||
urllib3==1.26.16 | ||
# via | ||
# requests | ||
# transifex-client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters