BOM-3365: Remove python-slugify constraint & python transifex client (#30312)
* fix: remove python slugify constraint * fix: remove python transifex-client package
This commit is contained in:
@@ -51,10 +51,6 @@ pymongo<3.11
|
||||
# python3-saml==1.10.0 version started breaking a11y tests
|
||||
python3-saml<1.10.0
|
||||
|
||||
# transifex-client==0.14.2(latest) requires python-slugify<5.0.0 for Python 2.0 support.
|
||||
# This can be removed once transifex-client drops support for Python 2.0 and removes the required constraint.
|
||||
python-slugify<5.0.0
|
||||
|
||||
# greater version has breaking changes and requires some migration steps.
|
||||
django-webpack-loader==0.7.0
|
||||
|
||||
|
||||
@@ -854,10 +854,8 @@ python-levenshtein==0.12.2
|
||||
# via -r requirements/edx/base.in
|
||||
python-memcached==1.59
|
||||
# via -r requirements/edx/paver.txt
|
||||
python-slugify==4.0.1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# code-annotations
|
||||
python-slugify==6.1.1
|
||||
# via code-annotations
|
||||
python-swiftclient==3.13.1
|
||||
# via ora2
|
||||
python3-openid==3.2.0 ; python_version >= "3"
|
||||
|
||||
@@ -727,14 +727,6 @@ future==0.18.2
|
||||
# pyjwkest
|
||||
geoip2==4.5.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
gitdb==4.0.9
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# gitpython
|
||||
gitpython==3.1.27
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# transifex-client
|
||||
glob2==0.7
|
||||
# via -r requirements/edx/testing.txt
|
||||
gunicorn==20.1.0
|
||||
@@ -1204,12 +1196,10 @@ python-levenshtein==0.12.2
|
||||
# via -r requirements/edx/testing.txt
|
||||
python-memcached==1.59
|
||||
# via -r requirements/edx/testing.txt
|
||||
python-slugify==4.0.1
|
||||
python-slugify==6.1.1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
# code-annotations
|
||||
# transifex-client
|
||||
python-swiftclient==3.13.1
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
@@ -1286,7 +1276,6 @@ requests==2.27.1
|
||||
# social-auth-core
|
||||
# sphinx
|
||||
# tableauserverclient
|
||||
# transifex-client
|
||||
requests-oauthlib==1.3.1
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
@@ -1374,7 +1363,6 @@ six==1.16.0
|
||||
# singledispatch
|
||||
# sphinxcontrib-httpdomain
|
||||
# tox
|
||||
# transifex-client
|
||||
# virtualenv
|
||||
slumber==0.7.1
|
||||
# via
|
||||
@@ -1382,10 +1370,6 @@ slumber==0.7.1
|
||||
# edx-bulk-grades
|
||||
# edx-enterprise
|
||||
# edx-rest-api-client
|
||||
smmap==5.0.0
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# gitdb
|
||||
sniffio==1.2.0
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
@@ -1499,8 +1483,6 @@ tqdm==4.64.0
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# nltk
|
||||
transifex-client==0.14.4
|
||||
# via -r requirements/edx/testing.txt
|
||||
typing-extensions==4.2.0
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
@@ -1529,7 +1511,6 @@ urllib3==1.26.9
|
||||
# py2neo
|
||||
# requests
|
||||
# selenium
|
||||
# transifex-client
|
||||
user-util==1.0.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
uvicorn==0.17.6
|
||||
|
||||
@@ -48,10 +48,8 @@ pygments==2.12.0
|
||||
# via sphinx
|
||||
pyparsing==3.0.8
|
||||
# via packaging
|
||||
python-slugify==4.0.1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# code-annotations
|
||||
python-slugify==6.1.1
|
||||
# via code-annotations
|
||||
pytz==2022.1
|
||||
# via babel
|
||||
pyyaml==6.0
|
||||
|
||||
@@ -45,8 +45,6 @@ singledispatch # Backport of functools.singledispatch from Python 3.4
|
||||
testfixtures # Provides a LogCapture utility used by several tests
|
||||
tox # virtualenv management for tests
|
||||
tox-battery # Makes tox aware of requirements file changes
|
||||
transifex-client # Command-line interface for the Transifex localization service
|
||||
unidiff # Required by coverage_pytest_plugin
|
||||
pylint-pytest==0.3.0 # A Pylint plugin to suppress pytest-related false positives.
|
||||
pact-python # Library for contract testing
|
||||
|
||||
pact-python # Library for contract testing
|
||||
|
||||
@@ -702,10 +702,6 @@ future==0.18.2
|
||||
# pyjwkest
|
||||
geoip2==4.5.0
|
||||
# via -r requirements/edx/base.txt
|
||||
gitdb==4.0.9
|
||||
# via gitpython
|
||||
gitpython==3.1.27
|
||||
# via transifex-client
|
||||
glob2==0.7
|
||||
# via -r requirements/edx/base.txt
|
||||
gunicorn==20.1.0
|
||||
@@ -1131,12 +1127,10 @@ python-levenshtein==0.12.2
|
||||
# via -r requirements/edx/base.txt
|
||||
python-memcached==1.59
|
||||
# via -r requirements/edx/base.txt
|
||||
python-slugify==4.0.1
|
||||
python-slugify==6.1.1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
# code-annotations
|
||||
# transifex-client
|
||||
python-swiftclient==3.13.1
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
@@ -1209,7 +1203,6 @@ requests==2.27.1
|
||||
# slumber
|
||||
# social-auth-core
|
||||
# tableauserverclient
|
||||
# transifex-client
|
||||
requests-oauthlib==1.3.1
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
@@ -1295,7 +1288,6 @@ six==1.16.0
|
||||
# python-swiftclient
|
||||
# singledispatch
|
||||
# tox
|
||||
# transifex-client
|
||||
# virtualenv
|
||||
slumber==0.7.1
|
||||
# via
|
||||
@@ -1303,8 +1295,6 @@ slumber==0.7.1
|
||||
# edx-bulk-grades
|
||||
# edx-enterprise
|
||||
# edx-rest-api-client
|
||||
smmap==5.0.0
|
||||
# via gitdb
|
||||
sniffio==1.2.0
|
||||
# via anyio
|
||||
social-auth-app-django==5.0.0
|
||||
@@ -1385,8 +1375,6 @@ tqdm==4.64.0
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
# nltk
|
||||
transifex-client==0.14.4
|
||||
# via -r requirements/edx/testing.in
|
||||
typing-extensions==4.2.0
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
@@ -1414,7 +1402,6 @@ urllib3==1.26.9
|
||||
# py2neo
|
||||
# requests
|
||||
# selenium
|
||||
# transifex-client
|
||||
user-util==1.0.0
|
||||
# via -r requirements/edx/base.txt
|
||||
uvicorn==0.17.6
|
||||
|
||||
Reference in New Issue
Block a user