From 6d4e49458dcbe97b0d49009637c1651b2a9ee235 Mon Sep 17 00:00:00 2001 From: Ned Batchelder <ned@edx.org> Date: Tue, 11 Dec 2018 12:25:08 -0500 Subject: [PATCH] Remove a pin that is no longer needed --- requirements/edx-sandbox/shared.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/requirements/edx-sandbox/shared.in b/requirements/edx-sandbox/shared.in index c5057c8914e..f073be0d3f7 100644 --- a/requirements/edx-sandbox/shared.in +++ b/requirements/edx-sandbox/shared.in @@ -16,13 +16,6 @@ pyparsing # Python parsing library; used by the calc p sympy==0.7.1 # Symbolic math library; used by the calc package scipy==0.14.0 # Math, science, and engineering library; used by the calc package -# Pinned early: -# edx-sandbox/shared.in has cryptography, which wants idna, and finds 2.8 -# paver.in has requests, which wants idna<2.8 -# but paver.in includes edx-sandbox/shared.txt which now pins idna==2.8 -# *conflict* -idna<2.8 - # Install these packages from the edx-platform working tree # NOTE: if you change code in these packages, you MUST change the version # number in its setup.py or the code WILL NOT be installed during deploy. -- GitLab