Use olxcleaner from pypi (#31819)

* fix: use olxcleaner from PyPI
This commit is contained in:
Usama Sadiq
2023-03-02 14:55:48 +05:00
committed by GitHub
parent acace4b41e
commit 9cdbe72b82
5 changed files with 7 additions and 9 deletions

View File

@@ -127,6 +127,7 @@ newrelic # New Relic agent for performance monitoring
nltk # Natural language processing; used by the chem package
nodeenv # Utility for managing Node.js environments; we use this for deployments and testing
oauthlib # OAuth specification support for authenticating via LTI or other Open edX services
olxcleaner
openedx-calc # Library supporting mathematical calculations for Open edX
# openedx-events 3.1.0 introduces producer API
openedx-events>=3.1.0 # Open edX Events from Hooks Extension Framework (OEP-50)

View File

@@ -4,8 +4,6 @@
#
# make upgrade
#
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/github.in
acid-xblock==0.2.1
# via -r requirements/edx/base.in
aiohttp==3.8.4
@@ -747,6 +745,8 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
olxcleaner==0.2.1
# via -r requirements/edx/base.in
openedx-blockstore==1.2.6
# via -r requirements/edx/base.in
openedx-calc==3.0.1

View File

@@ -4,8 +4,6 @@
#
# make upgrade
#
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/testing.txt
acid-xblock==0.2.1
# via -r requirements/edx/testing.txt
aiohttp==3.8.4
@@ -1005,6 +1003,8 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
olxcleaner==0.2.1
# via -r requirements/edx/testing.txt
openedx-blockstore==1.2.6
# via -r requirements/edx/testing.txt
openedx-calc==3.0.1

View File

@@ -54,7 +54,4 @@
# Python libraries to install directly from github
# Third-party:
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
git+https://github.com/openedx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2

View File

@@ -4,8 +4,6 @@
#
# make upgrade
#
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/base.txt
acid-xblock==0.2.1
# via -r requirements/edx/base.txt
aiohttp==3.8.4
@@ -953,6 +951,8 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
olxcleaner==0.2.1
# via -r requirements/edx/base.txt
openedx-blockstore==1.2.6
# via -r requirements/edx/base.txt
openedx-calc==3.0.1