diff options
| author | Caine <caine@jihakuz.xyz> | 2026-04-02 16:46:55 +0100 |
|---|---|---|
| committer | Caine <caine@jihakuz.xyz> | 2026-04-02 16:46:55 +0100 |
| commit | da6cd28c3a8b4830fba3e1232e97cb2ae141ed2e (patch) | |
| tree | 411f1552cac4714341509d9b014247ee13fe9ac3 /requirements.txt | |
| parent | ecb0f7c07a2f9bd42944ef04054cb94262ba0c07 (diff) | |
Add recipe-scrapers dependency
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5020e10..1f3efdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,27 @@ asgiref==3.11.1 +beautifulsoup4==4.14.3 +certifi==2026.2.25 +charset-normalizer==3.4.7 Django==5.2.12 djangorestframework==3.17.1 +extruct==0.18.0 +html-text==0.7.1 +html5lib==1.1 +idna==3.11 +isodate==0.7.2 +jstyleson==0.0.2 +lxml==6.0.2 +lxml_html_clean==0.4.4 +mf2py==2.0.1 +pyparsing==3.3.2 +pyrdfa3==3.6.5 +rdflib==7.6.0 +recipe_scrapers==15.11.0 +requests==2.33.1 +six==1.17.0 +soupsieve==2.8.3 sqlparse==0.5.5 +typing_extensions==4.15.0 +urllib3==2.6.3 +w3lib==2.4.1 +webencodings==0.5.1 |
