From a17e2c06fa52c4e96fb981fce0cba0948c26cb83 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Tue, 16 Apr 2024 16:05:12 -0400 Subject: [PATCH] refactor: remove requirements/edx-sandbox/shared.[in,txt] These files were used to assist the Python 3.5 -> 3.8 upgrade, but they are no longer needed nor referened anywhere. They haven't been updated for years. --- requirements/edx-sandbox/shared.in | 14 ------------ requirements/edx-sandbox/shared.txt | 34 ----------------------------- 2 files changed, 48 deletions(-) delete mode 100644 requirements/edx-sandbox/shared.in delete mode 100644 requirements/edx-sandbox/shared.txt diff --git a/requirements/edx-sandbox/shared.in b/requirements/edx-sandbox/shared.in deleted file mode 100644 index 5bcfd9ce71..0000000000 --- a/requirements/edx-sandbox/shared.in +++ /dev/null @@ -1,14 +0,0 @@ -# Core dependencies shared between Python sandboxes for secured execution and edx-platform. -# -# DON'T JUST ADD NEW DEPENDENCIES!!! -# -# If you open a pull request that adds a new dependency, you should: -# * verify that the dependency has a license compatible with AGPLv3 -# * confirm that it has no system requirements beyond what we already install -# * run "make upgrade" to update the detailed requirements files - --c ../constraints.txt - -cryptography # Implementations of assorted cryptography algorithms -lxml # XML parser -nltk # Natural language processing; used by the chem package diff --git a/requirements/edx-sandbox/shared.txt b/requirements/edx-sandbox/shared.txt deleted file mode 100644 index 70794cbe57..0000000000 --- a/requirements/edx-sandbox/shared.txt +++ /dev/null @@ -1,34 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# make upgrade -# -cffi==1.14.5 - # via cryptography -click==7.1.2 - # via - # -c requirements/edx-sandbox/../constraints.txt - # nltk -cryptography==3.2.1 - # via - # -c requirements/edx-sandbox/../constraints.txt - # -r requirements/edx-sandbox/shared.in -joblib==0.14.1 - # via - # -c requirements/edx-sandbox/../constraints.txt - # nltk -lxml==4.5.0 - # via - # -c requirements/edx-sandbox/../constraints.txt - # -r requirements/edx-sandbox/shared.in -nltk==3.6.2 - # via -r requirements/edx-sandbox/shared.in -pycparser==2.20 - # via cffi -regex==2021.4.4 - # via nltk -six==1.16.0 - # via cryptography -tqdm==4.61.0 - # via nltk