diff --git a/requirements.txt b/requirements.txt index 25bc60fa..420df298 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ python-dotenv boto3 uvicorn==0.21.1 -python-ptrace==0.9.8 +python-ptrace jinja2==3.1.2 python-multipart==0.0.6 diff --git a/setup.py b/setup.py index 81af8863..23194534 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( 'python-dotenv', 'boto3', 'uvicorn==0.21.1', - 'python-ptrace==0.9.8', + 'python-==0.9.8', 'jinja2==3.1.2', 'python-multipart==0.0.6', 'celery==5.2.7',