Fix high CPU usage when running runserver_plus in Docker (#3531)

This commit is contained in:
Thibault J 2022-01-13 22:26:47 +01:00 committed by GitHub
parent b58f0e726c
commit ab8ca02432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
-r base.txt
Werkzeug==2.0.2 # https://github.com/pallets/werkzeug
Werkzeug[watchdog]==2.0.2 # https://github.com/pallets/werkzeug
ipdb==0.13.9 # https://github.com/gotcha/ipdb
{%- if cookiecutter.use_docker == 'y' %}
psycopg2==2.9.3 # https://github.com/psycopg/psycopg2