diff --git a/requirements/edx-sandbox/local.txt b/requirements/edx-sandbox/local.txt deleted file mode 100644 index 006a8306f8..0000000000 --- a/requirements/edx-sandbox/local.txt +++ /dev/null @@ -1,3 +0,0 @@ -# Placeholder for code which hasn't yet been updated to no longer use this file. -# The requirements which were here have been moved to shared.in, and are now -# incorporated into base.txt diff --git a/requirements/edx-sandbox/post.txt b/requirements/edx-sandbox/post.txt deleted file mode 100644 index fbc5ec24d6..0000000000 --- a/requirements/edx-sandbox/post.txt +++ /dev/null @@ -1,3 +0,0 @@ -# Placeholder for code which hasn't yet been updated to no longer use this file. -# The requirements which were here have been moved to shared.in and base.in, -# and are now incorporated into base.txt diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt deleted file mode 100644 index 902fbbf82b..0000000000 --- a/requirements/edx/github.txt +++ /dev/null @@ -1,4 +0,0 @@ -# Placeholder for code which hasn't yet been updated to no longer use this file. -# The requirements which were here have been moved to github.in, and are now -# incorporated into the appropriate full requirements files (base.txt, -# testing.txt, etc.) diff --git a/requirements/edx/local.txt b/requirements/edx/local.txt deleted file mode 100644 index 668857770b..0000000000 --- a/requirements/edx/local.txt +++ /dev/null @@ -1,4 +0,0 @@ -# Placeholder for code which hasn't yet been updated to no longer use this file. -# The requirements which were here have been moved to local.in, and are now -# incorporated into the appropriate full requirements files (base.txt, -# testing.txt, etc.) diff --git a/requirements/edx/post.txt b/requirements/edx/post.txt deleted file mode 100644 index 2a93e2b6ad..0000000000 --- a/requirements/edx/post.txt +++ /dev/null @@ -1,4 +0,0 @@ -# Placeholder for code which hasn't yet been updated to no longer use this file. -# The requirements which were here have been moved to base.in, and are now -# incorporated into the appropriate full requirements files (base.txt, -# testing.txt, etc.) diff --git a/requirements/edx/pre.txt b/requirements/edx/pre.txt deleted file mode 100644 index 552f6ef8e0..0000000000 --- a/requirements/edx/pre.txt +++ /dev/null @@ -1,7 +0,0 @@ -# DON'T JUST ADD NEW DEPENDENCIES!!! -# -# If you open a pull request that adds a new dependency, you should notify: -# * @edx/ospr - to check licensing -# * @edx/devops - to check system requirements - -# Empty file left here until all the places that expect it have been updated.