Fixing dependency issues so that make upgrade can run
This commit is contained in:
committed by
muhammad-ammar
parent
c89ecb384f
commit
2b8cb8cf9b
@@ -52,3 +52,6 @@ pytest<4.6.0
|
||||
|
||||
# Pinning to older version of edx-rbac until ENT-2002 is resolved.
|
||||
edx-rbac==0.2.1
|
||||
|
||||
# transifex-client 0.13.6 requires python-slugify 1.2.6, but the latest version is 3.0.2
|
||||
python-slugify==1.2.6
|
||||
|
||||
@@ -14,13 +14,13 @@ git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2
|
||||
cryptography==2.7
|
||||
cycler==0.10.0 # via matplotlib
|
||||
enum34==1.1.6
|
||||
futures==3.2.0 ; python_version == "2.7" # via tornado
|
||||
futures==3.3.0 ; python_version == "2.7" # via tornado
|
||||
ipaddress==1.0.22
|
||||
lxml==3.8.0
|
||||
markupsafe==1.1.1
|
||||
matplotlib==1.5.3
|
||||
networkx==1.7
|
||||
nltk==3.4.3
|
||||
nltk==3.4.4
|
||||
numpy==1.6.2
|
||||
pycparser==2.19
|
||||
pyparsing==2.2.0
|
||||
|
||||
@@ -11,7 +11,7 @@ enum34==1.1.6 # via cryptography
|
||||
ipaddress==1.0.22 # via cryptography
|
||||
lxml==3.8.0
|
||||
networkx==1.7
|
||||
nltk==3.4.3
|
||||
nltk==3.4.4
|
||||
pycparser==2.19 # via cffi
|
||||
singledispatch==3.4.0.3 # via nltk
|
||||
six==1.11.0 # via cryptography, nltk, singledispatch
|
||||
|
||||
@@ -77,7 +77,7 @@ edx-django-release-util # Release utils for the edx release pipeline
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils
|
||||
edx-drf-extensions
|
||||
edx-enterprise
|
||||
git+https://github.com/edx/edx-enterprise.git@bexline/fix_dependencies
|
||||
edx-milestones
|
||||
edx-oauth2-provider
|
||||
edx-organizations
|
||||
@@ -156,4 +156,4 @@ xblock-utils # Provides utilities used by the Discussion
|
||||
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
|
||||
edx-bulk-grades # LMS REST API for managing bulk grading operations
|
||||
edx-bulk-grades # LMS REST API for managing bulk grading operations
|
||||
|
||||
@@ -42,7 +42,8 @@ certifi==2019.6.16
|
||||
cffi==1.12.3
|
||||
chardet==3.0.4
|
||||
git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0
|
||||
click==7.0 # via user-util
|
||||
click==7.0 # via code-annotations, user-util
|
||||
code-annotations==0.3.1
|
||||
coreapi==2.3.3 # via drf-yasg
|
||||
coreschema==0.0.4 # via coreapi, drf-yasg
|
||||
git+https://github.com/edx/crowdsourcehinter.git@518605f0a95190949fe77bd39158450639e2e1dc#egg=crowdsourcehinter-xblock==0.1
|
||||
@@ -66,11 +67,11 @@ django-ipware==2.1.0
|
||||
django-method-override==0.1.0
|
||||
django-model-utils==3.0.0
|
||||
django-mptt==0.8.7
|
||||
django-multi-email-field==0.5.1 # via edx-enterprise
|
||||
django-multi-email-field==0.5.1
|
||||
django-mysql==2.4.1
|
||||
git+https://github.com/edx/django-oauth-plus.git@01ec2a161dfc3465f9d35b9211ae790177418316#egg=django-oauth-plus==2.2.9.edx-1
|
||||
django-oauth-toolkit==1.1.3
|
||||
django-object-actions==0.10.0 # via edx-enterprise
|
||||
django-object-actions==0.10.0
|
||||
git+https://github.com/edx/django-openid-auth.git@0.15.1#egg=django-openid-auth==0.15.1
|
||||
django-pipeline==1.6.14
|
||||
django-pyfs==2.0
|
||||
@@ -89,7 +90,7 @@ django-webpack-loader==0.6.0
|
||||
django==1.11.22
|
||||
djangorestframework-jwt==1.11.0
|
||||
git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4bc70c03de308a277197c#egg=djangorestframework-oauth==1.1.1
|
||||
djangorestframework-xml==1.3.0 # via edx-enterprise
|
||||
djangorestframework-xml==1.3.0
|
||||
djangorestframework==3.7.7
|
||||
docopt==0.6.2
|
||||
docutils==0.14 # via botocore
|
||||
@@ -98,14 +99,14 @@ edx-ace==0.1.10
|
||||
edx-analytics-data-api-client==0.15.3
|
||||
edx-bulk-grades==0.1.5
|
||||
edx-ccx-keys==0.2.2
|
||||
edx-celeryutils==0.2.7
|
||||
edx-celeryutils==0.3.0
|
||||
edx-completion==2.0.0
|
||||
edx-django-oauth2-provider==1.3.5
|
||||
edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.5
|
||||
edx-django-utils==2.0.0
|
||||
edx-drf-extensions==2.3.1
|
||||
edx-enterprise==1.6.22
|
||||
git+https://github.com/edx/edx-enterprise.git@bexline/fix_dependencies
|
||||
edx-i18n-tools==0.4.8
|
||||
edx-milestones==0.2.3
|
||||
edx-oauth2-provider==1.2.2
|
||||
@@ -113,9 +114,9 @@ edx-opaque-keys[django]==1.0.1
|
||||
edx-organizations==2.0.3
|
||||
edx-proctoring-proctortrack==1.0.5
|
||||
edx-proctoring==2.0.6
|
||||
edx-rbac==0.2.1 # via edx-enterprise
|
||||
edx-rbac==0.2.1
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.2
|
||||
edx-search==1.2.3
|
||||
git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f81#egg=edx-sga==0.8.3
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.1.1
|
||||
@@ -128,8 +129,8 @@ feedparser==5.1.3
|
||||
firebase-token-generator==1.3.2
|
||||
fs-s3fs==0.1.8
|
||||
fs==2.0.18
|
||||
future==0.17.1 # via pyjwkest
|
||||
futures==3.2.0 ; python_version == "2.7" # via django-pipeline, python-swiftclient, s3transfer, xblock-utils
|
||||
future==0.17.1 # via edx-celeryutils, pyjwkest
|
||||
futures==3.3.0 ; python_version == "2.7" # via django-pipeline, python-swiftclient, s3transfer, xblock-utils
|
||||
geoip2==2.9.0
|
||||
glob2==0.7
|
||||
gunicorn==19.9.0
|
||||
@@ -141,9 +142,9 @@ inflection==0.3.1 # via drf-yasg
|
||||
ipaddress==1.0.22
|
||||
isodate==0.6.0 # via python3-saml
|
||||
itypes==1.1.0 # via coreapi
|
||||
jinja2==2.10.1 # via coreschema
|
||||
jinja2==2.10.1 # via code-annotations, coreschema
|
||||
jmespath==0.9.4 # via boto3, botocore
|
||||
jsondiff==1.1.1 # via edx-enterprise
|
||||
jsondiff==1.1.1
|
||||
jsonfield==2.0.2
|
||||
kombu==3.0.37 # via celery
|
||||
lazy==1.1
|
||||
@@ -165,7 +166,7 @@ mpmath==1.1.0 # via sympy
|
||||
mysqlclient==1.4.2.post1
|
||||
networkx==1.7
|
||||
newrelic==4.20.1.121
|
||||
nltk==3.4.3
|
||||
nltk==3.4.4
|
||||
nodeenv==1.1.1
|
||||
numpy==1.16.4
|
||||
oauth2==1.9.0.post1
|
||||
@@ -174,7 +175,7 @@ git+https://github.com/edx/edx-ora2.git@2.2.3#egg=ora2==2.2.3
|
||||
path.py==8.2.1
|
||||
pathtools==0.1.2
|
||||
paver==1.3.4
|
||||
pbr==5.3.1
|
||||
pbr==5.4.0
|
||||
pdfminer.six==20181108
|
||||
piexif==1.0.2
|
||||
pillow==6.1.0
|
||||
@@ -183,7 +184,7 @@ polib==1.1.0 # via edx-i18n-tools
|
||||
psutil==1.2.1
|
||||
py2neo==3.1.2
|
||||
pycontracts==1.7.1
|
||||
pycountry==18.12.8
|
||||
pycountry==19.7.15
|
||||
pycparser==2.19
|
||||
pycryptodome==3.8.2 # via pdfminer.six
|
||||
pycryptodomex==3.4.7
|
||||
@@ -199,7 +200,8 @@ python-dateutil==2.4.0
|
||||
python-levenshtein==0.12.0
|
||||
python-memcached==1.59
|
||||
python-openid==2.2.5 ; python_version == "2.7" # via social-auth-core
|
||||
python-swiftclient==3.7.0
|
||||
python-slugify==1.2.6 # via code-annotations
|
||||
python-swiftclient==3.8.0
|
||||
python3-saml==1.5.0
|
||||
pytz==2019.1
|
||||
pyuca==1.1
|
||||
@@ -212,7 +214,7 @@ requests==2.22.0
|
||||
rest-condition==1.0.3
|
||||
rfc6266-parser==0.0.5.post2
|
||||
ruamel.ordereddict==0.4.13 # via ruamel.yaml
|
||||
ruamel.yaml==0.15.97 # via drf-yasg
|
||||
ruamel.yaml==0.15.99 # via drf-yasg
|
||||
rules==2.0.1
|
||||
s3transfer==0.1.13 # via boto3
|
||||
sailthru-client==2.2.3
|
||||
@@ -232,10 +234,12 @@ soupsieve==1.9.2 # via beautifulsoup4
|
||||
sqlparse==0.3.0
|
||||
staff-graded-xblock==0.3
|
||||
stevedore==1.30.1
|
||||
super-csv==0.5.1
|
||||
super-csv==0.6
|
||||
sympy==1.4
|
||||
tincan==0.0.5 # via edx-enterprise
|
||||
testfixtures==6.10.0
|
||||
tincan==0.0.5
|
||||
unicodecsv==0.14.1
|
||||
unidecode==1.1.1
|
||||
uritemplate==3.0.0 # via coreapi, drf-yasg
|
||||
urllib3==1.23
|
||||
user-util==0.1.5
|
||||
|
||||
@@ -53,7 +53,7 @@ chardet==3.0.4
|
||||
git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0
|
||||
click-log==0.3.2
|
||||
click==7.0
|
||||
code-annotations==0.3.2
|
||||
code-annotations==0.3.1
|
||||
colorama==0.4.1
|
||||
configparser==3.7.4
|
||||
contextlib2==0.5.5
|
||||
@@ -118,14 +118,14 @@ edx-ace==0.1.10
|
||||
edx-analytics-data-api-client==0.15.3
|
||||
edx-bulk-grades==0.1.5
|
||||
edx-ccx-keys==0.2.2
|
||||
edx-celeryutils==0.2.7
|
||||
edx-celeryutils==0.3.0
|
||||
edx-completion==2.0.0
|
||||
edx-django-oauth2-provider==1.3.5
|
||||
edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.5
|
||||
edx-django-utils==2.0.0
|
||||
edx-drf-extensions==2.3.1
|
||||
edx-enterprise==1.6.22
|
||||
git+https://github.com/edx/edx-enterprise.git@bexline/fix_dependencies
|
||||
edx-i18n-tools==0.4.8
|
||||
edx-lint==1.3.0
|
||||
edx-milestones==0.2.3
|
||||
@@ -136,7 +136,7 @@ edx-proctoring-proctortrack==1.0.5
|
||||
edx-proctoring==2.0.6
|
||||
edx-rbac==0.2.1
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.2
|
||||
edx-search==1.2.3
|
||||
git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f81#egg=edx-sga==0.8.3
|
||||
edx-sphinx-theme==1.5.0
|
||||
edx-submissions==2.1.1
|
||||
@@ -149,20 +149,20 @@ enum34==1.1.6
|
||||
event-tracking==0.2.9
|
||||
execnet==1.6.0
|
||||
factory_boy==2.8.1
|
||||
faker==1.0.7
|
||||
faker==2.0.0
|
||||
feedparser==5.1.3
|
||||
filelock==3.0.12
|
||||
firebase-token-generator==1.3.2
|
||||
flake8-polyfill==1.0.2
|
||||
flake8==3.7.7
|
||||
flask==1.0.3
|
||||
flake8==3.7.8
|
||||
flask==1.1.1
|
||||
freezegun==0.3.12
|
||||
fs-s3fs==0.1.8
|
||||
fs==2.0.18
|
||||
funcsigs==1.0.2
|
||||
functools32==3.2.3.post2 ; python_version == "2.7"
|
||||
future==0.17.1
|
||||
futures==3.2.0 ; python_version == "2.7"
|
||||
futures==3.3.0 ; python_version == "2.7"
|
||||
geoip2==2.9.0
|
||||
glob2==0.7
|
||||
gunicorn==19.9.0
|
||||
@@ -211,7 +211,7 @@ mpmath==1.1.0
|
||||
mysqlclient==1.4.2.post1
|
||||
networkx==1.7
|
||||
newrelic==4.20.1.121
|
||||
nltk==3.4.3
|
||||
nltk==3.4.4
|
||||
nodeenv==1.1.1
|
||||
numpy==1.16.4
|
||||
oauth2==1.9.0.post1
|
||||
@@ -222,7 +222,7 @@ path.py==8.2.1
|
||||
pathlib2==2.3.4
|
||||
pathtools==0.1.2
|
||||
paver==1.3.4
|
||||
pbr==5.3.1
|
||||
pbr==5.4.0
|
||||
pdfminer.six==20181108
|
||||
piexif==1.0.2
|
||||
pillow==6.1.0
|
||||
@@ -235,7 +235,7 @@ py2neo==3.1.2
|
||||
py==1.8.0
|
||||
pycodestyle==2.5.0
|
||||
pycontracts==1.7.1
|
||||
pycountry==18.12.8
|
||||
pycountry==19.7.15
|
||||
pycparser==2.19
|
||||
pycryptodome==3.8.2
|
||||
pycryptodomex==3.4.7
|
||||
@@ -267,7 +267,7 @@ python-levenshtein==0.12.0
|
||||
python-memcached==1.59
|
||||
python-openid==2.2.5 ; python_version == "2.7"
|
||||
python-slugify==1.2.6
|
||||
python-swiftclient==3.7.0
|
||||
python-swiftclient==3.8.0
|
||||
python3-saml==1.5.0
|
||||
pytz==2019.1
|
||||
pyuca==1.1
|
||||
@@ -281,7 +281,7 @@ requests==2.22.0
|
||||
rest-condition==1.0.3
|
||||
rfc6266-parser==0.0.5.post2
|
||||
ruamel.ordereddict==0.4.13
|
||||
ruamel.yaml==0.15.97
|
||||
ruamel.yaml==0.15.99
|
||||
rules==2.0.1
|
||||
s3transfer==0.1.13
|
||||
sailthru-client==2.2.3
|
||||
@@ -307,7 +307,7 @@ sphinxcontrib-websupport==1.1.2 # via sphinx
|
||||
sqlparse==0.3.0
|
||||
staff-graded-xblock==0.3
|
||||
stevedore==1.30.1
|
||||
super-csv==0.5.1
|
||||
super-csv==0.6
|
||||
sympy==1.4
|
||||
testfixtures==6.10.0
|
||||
text-unidecode==1.2
|
||||
@@ -322,7 +322,7 @@ unidecode==1.1.1
|
||||
uritemplate==3.0.0
|
||||
urllib3==1.23
|
||||
user-util==0.1.5
|
||||
virtualenv==16.6.1
|
||||
virtualenv==16.6.2
|
||||
voluptuous==0.11.5
|
||||
vulture==1.0
|
||||
watchdog==0.9.0
|
||||
@@ -340,7 +340,7 @@ xmlsec==1.3.3
|
||||
xmltodict==0.12.0
|
||||
xss-utils==0.1.1
|
||||
zendesk==1.1.1
|
||||
zipp==0.5.1
|
||||
zipp==0.5.2
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools==41.0.1 # via caniusepython3, fs, lazy, pytest, python-levenshtein, sphinx
|
||||
|
||||
@@ -16,7 +16,7 @@ mock==1.0.1
|
||||
path.py==8.2.1
|
||||
pathtools==0.1.2 # via watchdog
|
||||
paver==1.3.4
|
||||
pbr==5.3.1 # via stevedore
|
||||
pbr==5.4.0 # via stevedore
|
||||
psutil==1.2.1
|
||||
pymongo==2.9.1
|
||||
python-memcached==1.59
|
||||
|
||||
@@ -51,7 +51,7 @@ chardet==3.0.4
|
||||
git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0
|
||||
click-log==0.3.2 # via edx-lint
|
||||
click==7.0
|
||||
code-annotations==0.3.2
|
||||
code-annotations==0.3.1
|
||||
colorama==0.4.1 # via radon
|
||||
configparser==3.7.4 # via entrypoints, flake8, importlib-metadata, pylint
|
||||
contextlib2==0.5.5 # via importlib-metadata
|
||||
@@ -114,14 +114,14 @@ edx-ace==0.1.10
|
||||
edx-analytics-data-api-client==0.15.3
|
||||
edx-bulk-grades==0.1.5
|
||||
edx-ccx-keys==0.2.2
|
||||
edx-celeryutils==0.2.7
|
||||
edx-celeryutils==0.3.0
|
||||
edx-completion==2.0.0
|
||||
edx-django-oauth2-provider==1.3.5
|
||||
edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.5
|
||||
edx-django-utils==2.0.0
|
||||
edx-drf-extensions==2.3.1
|
||||
edx-enterprise==1.6.22
|
||||
git+https://github.com/edx/edx-enterprise.git@bexline/fix_dependencies
|
||||
edx-i18n-tools==0.4.8
|
||||
edx-lint==1.3.0
|
||||
edx-milestones==0.2.3
|
||||
@@ -132,7 +132,7 @@ edx-proctoring-proctortrack==1.0.5
|
||||
edx-proctoring==2.0.6
|
||||
edx-rbac==0.2.1
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.2
|
||||
edx-search==1.2.3
|
||||
git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f81#egg=edx-sga==0.8.3
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.1.1
|
||||
@@ -144,20 +144,20 @@ enum34==1.1.6
|
||||
event-tracking==0.2.9
|
||||
execnet==1.6.0 # via pytest-xdist
|
||||
factory_boy==2.8.1
|
||||
faker==1.0.7 # via factory-boy
|
||||
faker==2.0.0 # via factory-boy
|
||||
feedparser==5.1.3
|
||||
filelock==3.0.12 # via tox
|
||||
firebase-token-generator==1.3.2
|
||||
flake8-polyfill==1.0.2 # via radon
|
||||
flake8==3.7.7 # via flake8-polyfill
|
||||
flask==1.0.3 # via moto
|
||||
flake8==3.7.8 # via flake8-polyfill
|
||||
flask==1.1.1 # via moto
|
||||
freezegun==0.3.12
|
||||
fs-s3fs==0.1.8
|
||||
fs==2.0.18
|
||||
funcsigs==1.0.2 # via pytest
|
||||
functools32==3.2.3.post2 ; python_version == "2.7" # via flake8
|
||||
future==0.17.1
|
||||
futures==3.2.0 ; python_version == "2.7"
|
||||
futures==3.3.0 ; python_version == "2.7"
|
||||
geoip2==2.9.0
|
||||
glob2==0.7
|
||||
gunicorn==19.9.0
|
||||
@@ -204,7 +204,7 @@ mpmath==1.1.0
|
||||
mysqlclient==1.4.2.post1
|
||||
networkx==1.7
|
||||
newrelic==4.20.1.121
|
||||
nltk==3.4.3
|
||||
nltk==3.4.4
|
||||
nodeenv==1.1.1
|
||||
numpy==1.16.4
|
||||
oauth2==1.9.0.post1
|
||||
@@ -215,7 +215,7 @@ path.py==8.2.1
|
||||
pathlib2==2.3.4 # via importlib-metadata, pytest, pytest-django
|
||||
pathtools==0.1.2
|
||||
paver==1.3.4
|
||||
pbr==5.3.1
|
||||
pbr==5.4.0
|
||||
pdfminer.six==20181108
|
||||
piexif==1.0.2
|
||||
pillow==6.1.0
|
||||
@@ -227,7 +227,7 @@ py2neo==3.1.2
|
||||
py==1.8.0 # via pytest, tox
|
||||
pycodestyle==2.5.0
|
||||
pycontracts==1.7.1
|
||||
pycountry==18.12.8
|
||||
pycountry==19.7.15
|
||||
pycparser==2.19
|
||||
pycryptodome==3.8.2
|
||||
pycryptodomex==3.4.7
|
||||
@@ -257,8 +257,8 @@ python-dateutil==2.4.0
|
||||
python-levenshtein==0.12.0
|
||||
python-memcached==1.59
|
||||
python-openid==2.2.5 ; python_version == "2.7"
|
||||
python-slugify==1.2.6 # via code-annotations, transifex-client
|
||||
python-swiftclient==3.7.0
|
||||
python-slugify==1.2.6
|
||||
python-swiftclient==3.8.0
|
||||
python3-saml==1.5.0
|
||||
pytz==2019.1
|
||||
pyuca==1.1
|
||||
@@ -272,7 +272,7 @@ requests==2.22.0
|
||||
rest-condition==1.0.3
|
||||
rfc6266-parser==0.0.5.post2
|
||||
ruamel.ordereddict==0.4.13
|
||||
ruamel.yaml==0.15.97
|
||||
ruamel.yaml==0.15.99
|
||||
rules==2.0.1
|
||||
s3transfer==0.1.13
|
||||
sailthru-client==2.2.3
|
||||
@@ -294,7 +294,7 @@ soupsieve==1.9.2
|
||||
sqlparse==0.3.0
|
||||
staff-graded-xblock==0.3
|
||||
stevedore==1.30.1
|
||||
super-csv==0.5.1
|
||||
super-csv==0.6
|
||||
sympy==1.4
|
||||
testfixtures==6.10.0
|
||||
text-unidecode==1.2 # via faker
|
||||
@@ -305,11 +305,11 @@ tox==3.13.2
|
||||
transifex-client==0.13.6
|
||||
typing==3.7.4 # via flake8
|
||||
unicodecsv==0.14.1
|
||||
unidecode==1.1.1 # via python-slugify
|
||||
unidecode==1.1.1
|
||||
uritemplate==3.0.0
|
||||
urllib3==1.23
|
||||
user-util==0.1.5
|
||||
virtualenv==16.6.1 # via tox
|
||||
virtualenv==16.6.2 # via tox
|
||||
voluptuous==0.11.5
|
||||
watchdog==0.9.0
|
||||
wcwidth==0.1.7 # via pytest
|
||||
@@ -326,7 +326,7 @@ 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
|
||||
zipp==0.5.2 # via importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools==41.0.1 # via caniusepython3, fs, lazy, pytest, python-levenshtein
|
||||
|
||||
Reference in New Issue
Block a user