Álvaro Valenzuela Valdes commited on
Commit ·
aa38f40
1
Parent(s): 7259e84
fix: Add beautifulsoup4 to requirements.txt for agile scraper
Browse files- backend/requirements.txt +1 -0
backend/requirements.txt
CHANGED
|
@@ -9,3 +9,4 @@ python-multipart==0.0.9
|
|
| 9 |
sqlalchemy==2.0.25
|
| 10 |
pymysql==1.1.0
|
| 11 |
cryptography==42.0.2
|
|
|
|
|
|
| 9 |
sqlalchemy==2.0.25
|
| 10 |
pymysql==1.1.0
|
| 11 |
cryptography==42.0.2
|
| 12 |
+
beautifulsoup4==4.12.3
|