This commit is contained in:
2022-10-05 03:52:43 +03:00
3 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@@ -7,4 +7,5 @@ results/
all_deals.py
unknown_items.csv
helper_*
.vscode/
.vscode/
desktop.ini

View File

@@ -1,5 +1,6 @@
import logging
import re
import sys
from datetime import datetime
from typing import Dict, List, Union
from bs4.element import Tag
@@ -19,6 +20,8 @@ from utils import (
xml_file_gen,
)
from supermarket_chain import SupermarketChain
from utils import (create_bs_object, create_items_dict, get_float_from_tag,
xml_file_gen)
XML_FILES_PROMOTIONS_CATEGORIES = [
SupermarketChain.XMLFilesCategory.PromosFull,

View File

@@ -14,4 +14,4 @@ argparse~=1.4.0
XlsxWriter~=1.4.3
aenum
selenium
webdriver-manager
webdriver-manager