diff --git a/requirements.txt b/requirements.txt index 74b1514..357c9a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.5 +Django==2.2.21 facepy==1.0.10 python-dotenv==0.10.2 social-auth-app-django==3.1.0 diff --git a/setup.py b/setup.py index cc56433..be6557e 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,6 @@ scripts=['bgm_lodreranker/manage.py'], install_requires=( - 'django==2.2.5', + 'django==2.2.21', ) )