checkpoint: Init news extraction components and main app

This commit is contained in:
TrisNol
2023-11-10 13:58:04 +01:00
parent 905021af14
commit a428eb4432
8 changed files with 258 additions and 6 deletions

View File

@ -70,6 +70,7 @@ pymongo = "^4.6.0"
python = ">=3.11,<3.13"
python-dotenv = "^1.0.0"
rapidfuzz = "^3.5.2"
schedule = "^1.2.1"
scipy = "^1.11.3"
seaborn = "^0.13.0"
selenium = "^4.15.2"
@ -141,6 +142,7 @@ pytest-repeat = "^0.9.1"
copy-sql = "aki_prj23_transparenzregister.utils.sql.copy_sql:copy_db_cli"
data-processing = "aki_prj23_transparenzregister.utils.data_processing:cli"
data-transformation = "aki_prj23_transparenzregister.utils.data_transfer:transfer_data_cli"
fetch-news-schedule = "aki_prj23_transparenzregister.apps.fetch_news:fetch_news_cli"
reset-sql = "aki_prj23_transparenzregister.utils.sql.connector:reset_all_tables_cli"
webserver = "aki_prj23_transparenzregister.ui.app:main"