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

Create a requirements.txt to manage dependencies #63

Open dasmur opened 4 years ago

dasmur commented 4 years ago

This project explicitly (see README.md#requirements) and implicitly (see Dockerfile) documents the dependencies. Because this is done on several locations, sooner or later someone will miss to update the dependencies which will result in inconsistencies.

At the same time, Python provides a straight forward way to specify dependencies, the requirements.txt. Advantages:

What do you think about switching to requirements.txt?