webcrawler v0.1

This commit is contained in:
mkrieger 2024-11-13 18:40:55 +01:00
parent e2d9a197c0
commit 008e2bc274
18 changed files with 681 additions and 0 deletions

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
Flask==2.2.5
Flask-Login==0.6.2
Flask-SQLAlchemy==3.0.3
Werkzeug==2.2.2
pandas
requests
beautifulsoup4