diff --git a/setup.py b/setup.py index c2156b73..92b0a28d 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,8 @@ required = [ 'sqlalchemy>=1.4.7', 'gunicorn>=20.1.0', 'waitress>=2.0.0', + 'pydantic>=1.8.2', + 'chardet>=4.0.0' ] setup(