diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index fe4070cc18..74c94ab2fc 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -1,8 +1,9 @@ # DON'T JUST ADD NEW DEPENDENCIES!!! # # If you open a pull request that adds a new dependency, you should notify: -# * @mollydb - to check licensing -# * One of @e0d, @jarv, or @feanil - to check system requirements +# * @mollydb to check licensing +# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet +# to check system requirements beautifulsoup4==4.1.3 beautifulsoup==3.2.1 diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 8f554a6f1c..f205c0a0b1 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -1,8 +1,9 @@ # DON'T JUST ADD NEW DEPENDENCIES!!! # # If you open a pull request that adds a new dependency, you should notify: -# * @mollydb - to check licensing -# * One of @e0d or @feanil - to check system requirements +# * @mollydb to check licensing +# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet +# to check system requirements # Python libraries to install directly from github diff --git a/requirements/edx/post.txt b/requirements/edx/post.txt index 32bf54a3f2..202784390c 100644 --- a/requirements/edx/post.txt +++ b/requirements/edx/post.txt @@ -1,8 +1,9 @@ # DON'T JUST ADD NEW DEPENDENCIES!!! # # If you open a pull request that adds a new dependency, you should notify: -# * @mollydb - to check licensing -# * One of @e0d, @jarv, or @feanil - to check system requirements +# * @mollydb to check licensing +# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet +# to check system requirements # This must be installed after distribute has been updated. MySQL-python==1.2.4 diff --git a/requirements/edx/pre.txt b/requirements/edx/pre.txt index ebc3fe309f..89bfe09890 100644 --- a/requirements/edx/pre.txt +++ b/requirements/edx/pre.txt @@ -1,8 +1,9 @@ # DON'T JUST ADD NEW DEPENDENCIES!!! # # If you open a pull request that adds a new dependency, you should notify: -# * @mollydb - to check licensing -# * One of @e0d, @jarv, or @feanil - to check system requirements +# * @mollydb to check licensing +# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet +# to check system requirements # Numpy and scipy can't be installed in the same pip run. # Install numpy before other things to help resolve the problem.