diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc index a5f980b5..0266bc43 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/__init__.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc index 959af01b..efe7e4b1 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/preprocess.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc index 66b72123..98bd4b44 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/scrape.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc index cbd8a5ee..54dbd590 100644 Binary files a/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/__pycache__/utils.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc index a36ddbc2..78137621 100644 Binary files a/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/config/__pycache__/__init__.cpython-310.pyc differ diff --git a/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc b/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc index c2adf80a..b469acde 100644 Binary files a/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc and b/scrape/funda-scraper/funda_scraper/config/__pycache__/core.cpython-310.pyc differ diff --git a/scrape/requirements.txt b/scrape/requirements.txt new file mode 100644 index 00000000..f7cb9a64 --- /dev/null +++ b/scrape/requirements.txt @@ -0,0 +1,11 @@ +PyYAML~=6.0 +diot~=0.1.6 +pandas~=2.0.3 +requests~=2.28.1 +beautifulsoup4~=4.8.0 +tqdm~=4.64.1 +pytest~=7.1.3 +setuptools~=61.3.1 +python-dateutil~=2.8.2 +geopy +osrm-py