Prevent this from getting accidentally deleted in pip.

This commit is contained in:
Feanil Patel
2019-06-26 13:34:09 -04:00
parent 77e6112b84
commit 5531edd363
4 changed files with 4 additions and 0 deletions

View File

@@ -150,5 +150,6 @@ user-util # Functionality for retiring users (GDPR com
web-fragments # Provides the ability to render fragments of web pages
XBlock # Courseware component architecture
xblock-utils # Provides utilities used by the Discussion XBlock
xss-utils # https://github.com/edx/edx-platform/pull/20633 Fix XSS via Translations
zendesk # Python API for the Zendesk customer support system
geoip2==2.9.0 # Python API for the GeoIP web services and databases

View File

@@ -250,6 +250,7 @@ git+https://github.com/open-craft/xblock-poll@add89e14558c30f3c8dc7431e5cd6536ff
xblock-utils==1.2.1
xblock==1.2.2
xmlsec==1.3.3 # via python3-saml
xss-utils==0.1.1
zendesk==1.1.1
# The following packages are considered to be unsafe in a requirements file:

View File

@@ -338,6 +338,7 @@ xblock-utils==1.2.1
xblock==1.2.2
xmlsec==1.3.3
xmltodict==0.12.0
xss-utils==0.1.1
zendesk==1.1.1
zipp==0.5.1

View File

@@ -324,6 +324,7 @@ xblock-utils==1.2.1
xblock==1.2.2
xmlsec==1.3.3
xmltodict==0.12.0 # via moto
xss-utils==0.1.1
zendesk==1.1.1
zipp==0.5.1 # via importlib-metadata