diff --git a/setup.py b/setup.py index 04cd76bb..adfbfe2c 100644 --- a/setup.py +++ b/setup.py @@ -98,6 +98,8 @@ setup( 'typeguard', 'pytesseract', 'huggingface_hub', + 'fastapi_cache', + 'fastapi-limiter' ], classifiers=[ 'Development Status :: 4 - Beta',