From cd3a7cbbecb8a849c14b81449da28b8a78a0994a Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 28 Nov 2022 14:19:53 -0500 Subject: [PATCH] chore: Remove explicit dependency. This dependency was explicitly added but doesn't need to be because it's only required as a sub-dependency of edx-enterprise. We can pull it in by recompiling the requirements instead. --- requirements/edx/base.in | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 55e5f87c47..56359f5ce4 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -134,7 +134,6 @@ outcome-surveys # edx-platform plugin to send and track segm path piexif # Exif image metadata manipulation, used in the profile_images app Pillow # Image manipulation library; used for course assets, profile images, invoice PDFs, etc. -PGPy>=0.6.0, < 0.7.0 # edx-enterprise requirement, need to remove: https://2u-internal.atlassian.net/browse/ENT-6547 py2neo # Driver for converting Python modulestore structures to Neo4j's schema (for Coursegraph). pycountry pycryptodomex