diff --git a/project/ehmatthes-pcc-f555082/chapter_20/learning_log_django_2.1/requirements.txt b/project/ehmatthes-pcc-f555082/chapter_20/learning_log_django_2.1/requirements.txt index 3c8cece..e55d8c6 100644 --- a/project/ehmatthes-pcc-f555082/chapter_20/learning_log_django_2.1/requirements.txt +++ b/project/ehmatthes-pcc-f555082/chapter_20/learning_log_django_2.1/requirements.txt @@ -2,7 +2,7 @@ dj-database-url==0.5.0 dj-static==0.0.6 Django==2.2.18 django-bootstrap3==10.0.1 -gunicorn==19.9.0 +gunicorn==19.5.0 psycopg2==2.7.5 pytz==2018.5 static3==0.7.0 diff --git a/project/ehmatthes-pcc-f555082/chapter_20/requirements.txt b/project/ehmatthes-pcc-f555082/chapter_20/requirements.txt index acc98ac..d95eb78 100644 --- a/project/ehmatthes-pcc-f555082/chapter_20/requirements.txt +++ b/project/ehmatthes-pcc-f555082/chapter_20/requirements.txt @@ -2,6 +2,6 @@ Django==1.11.29 dj-database-url==0.3.0 dj-static==0.0.6 django-bootstrap3==6.2.2 -gunicorn==19.3.0 +gunicorn==19.5.0 static3==0.6.1 psycopg2>=2.6.1