Fix the recipe scraper debugger (#736)

* Fix recipe debugger

* Remove scrape-schema-recipe from dependencies

* Fix breaking tests
This commit is contained in:
cadamswaite
2021-10-20 01:01:35 +01:00
committed by GitHub
parent 75113cc2c7
commit 3831eef508
4 changed files with 42 additions and 76 deletions

View File

@@ -23,7 +23,6 @@ python-slugify = "^4.0.1"
requests = "^2.25.1"
PyYAML = "^5.3.1"
extruct = "^0.12.0"
scrape-schema-recipe = "^0.1.3"
python-multipart = "^0.0.5"
fastapi-camelcase = "^1.0.2"
bcrypt = "^3.2.0"