From 390ba5c86c2862b32b28ede795d1af894acfa5b7 Mon Sep 17 00:00:00 2001 From: bmedx Date: Thu, 13 Jul 2017 12:40:59 -0400 Subject: [PATCH 1/2] Add pyinotify to development requirements for docker devstack perf Django can use pyinotify for watching files in runserver which should save a lot of CPU work in docker. --- requirements/edx/development.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 29120448dd..1891b3c2dd 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -10,6 +10,7 @@ click==3.3 isort==4.2.5 +pyinotify==0.9.6 # Third-party: -e git+https://github.com/doctoryes/code_block_timer.git@f3d0629f086bcc649c3c77f4bc5b9c2c8172c3bf#egg=code_block_timer From 8d184480ea897d7a875e4546322226a282347296 Mon Sep 17 00:00:00 2001 From: bmedx Date: Thu, 13 Jul 2017 13:09:28 -0400 Subject: [PATCH 2/2] Update comment in development.txt to be more correct --- requirements/edx/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 1891b3c2dd..5a280758dc 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -1,7 +1,7 @@ # # Dependencies that are used in development only - and are *NOT* needed to be installed in staging/production. # -# These must be installed manually in your development environment using: +# These are installed automatically in devstack, and can also be installed manually using: # # pip install -r requirements/edx/development.txt #