-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing dependencies (pydantic) in requirements.txt
- chore: update 'certifi' dependency to v2024.08.30 - update pyproject.toml version Attention: - 'poetry export' does not include the "edu_sharing_client" dependency group by default - to export all dependencies to requirements.txt, you need use the "--with edu_sharing_client" parameter with the poetry "export"-command (see: https://python-poetry.org/docs/cli/#export)
- Loading branch information
Showing
3 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ exclude = ''' | |
|
||
[tool.poetry] | ||
name = "oeh-search-etl" | ||
version = "2023.08.01" | ||
version = "2024.09.03" | ||
description = "Crawls educational sites for use in WirLernenOnline.de" | ||
authors = ["Torsten Simon <[email protected]>"] | ||
maintainers = [ | ||
|
@@ -62,7 +62,7 @@ packages = [{include = "converter"}] | |
python = "^3.10" | ||
wheel = "0.44.0" | ||
black = "24.8.0" | ||
certifi="2024.7.4" | ||
certifi="2024.8.30" | ||
dateparser="1.2" | ||
extruct="0.17.0" | ||
flake8 = "7.1.1" | ||
|
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