corona-zahlen-landkreis / corona_landkreis_fallzahlen_scraping

Scraping Germany's local districts websites for newer corona-case-numbers!
GNU General Public License v3.0
17 stars 9 forks source link

Add a requirements.txt for python dependencies #69

Open dasmur opened 4 years ago

dasmur commented 4 years ago

This commit introduces a requirements.txt to define all dependencies required to build the crawler at one central point. The Dockerfile and the documentation will also be adapted accordingly.

(fixes: corona-zahlen-landkreis/corona_landkreis_fallzahlen_scraping#63)