-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed build failure by pulling in everyshi nested dependency after ms…
… package was unlisted. Bumped CI/runtime dependencies
- Loading branch information
Showing
7 changed files
with
99 additions
and
32 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# We have a full requirements.txt file here so that pip packages can be cached properly in GitHub Actions | ||
# | ||
# NOTE: This is only the runtime requirements | ||
|
||
## | ||
# Runtime requirements | ||
## | ||
dacite==1.8.1 | ||
iso-639==0.4.5 | ||
Jinja2==3.1.4 | ||
pycountry==24.6.1 | ||
python-dateutil==2.9.0 | ||
|
||
# Setup tools requirement is for iso-639, otherwise we get the following error: | ||
# "No module named pkg_resources" | ||
iniconfig==2.0.0 | ||
MarkupSafe==2.1.5 | ||
packaging==24.1 | ||
pluggy==1.5.0 | ||
setuptools==72.1.0 | ||
six==1.16.0 | ||
wheel==0.44.0 | ||
|
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,11 @@ | ||
# We have a full requirements.txt file here so that pip packages can be cached properly in GitHub Actions | ||
# | ||
# NOTE: This is the full runtime + dev requirements | ||
|
||
-r requirements-core.txt | ||
|
||
## | ||
# Dev requirements | ||
## | ||
pytest==8.3.2 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.