Add shortuuid requirement explicitly.

This commit is contained in:
Feanil Patel
2020-03-02 15:23:13 -05:00
parent 530cabd003
commit 5e43d6aa22

View File

@@ -138,6 +138,7 @@ rules # Django extension for rules-based authoriza
simplejson
sailthru-client==2.2.3 # For Sailthru integration
Shapely # Geometry library, used for image click regions in capa
shortuuid # used in openedx/core/lib/hash_utils to generate object hashes.
six # Utilities for supporting Python 2 & 3 in the same codebase
sortedcontainers # Provides SortedKeyList, used for lists of XBlock assets
sqlparse # Required by Django to run migrations.RunSQL