From f3532fde76a869a54903d4ad5db079fb7b6ac967 Mon Sep 17 00:00:00 2001 From: Spriha Jha Date: Wed, 20 Feb 2019 14:35:35 -0500 Subject: [PATCH] Modifying required dependencies. --- requirements/constraints.txt | 1 + requirements/edx/base.in | 2 +- requirements/edx/base.txt | 6 +++--- requirements/edx/development.txt | 10 +++++----- requirements/edx/pip-tools.txt | 2 +- requirements/edx/testing.txt | 8 ++++---- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index e72ffc3d8d..fddedc888b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -11,6 +11,7 @@ # These packages are backports which can only be installed on Python 2.7 functools32 ; python_version == "2.7" futures ; python_version == "2.7" +python-openid ; python_version == "2.7" # six is at 1.12.0, but transifex-client requires ==1.11.0 # https://github.com/transifex/transifex-client/issues/252 diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 525c8c8805..23357e2baa 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -123,7 +123,7 @@ pymongo # MongoDB driver pynliner # Inlines CSS styles into HTML for email notifications python-dateutil==2.4 python-Levenshtein -python-openid +python3-openid ; python_version>='3' python3-saml pyuca==1.1 # For more accurate sorting of translated country names in django-countries reportlab # Used for shopping cart's pdf invoice/receipt generation diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 4e1d6062e8..99081139d3 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -121,7 +121,7 @@ edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 edx-organizations==1.0.1 -edx-proctoring-proctortrack==1.0.1 +edx-proctoring-proctortrack==1.0.2 edx-proctoring==1.5.14 edx-rest-api-client==1.9.2 edx-search==1.2.1 @@ -199,7 +199,7 @@ pysrt==1.1.1 python-dateutil==2.4.0 python-levenshtein==0.12.0 python-memcached==1.48 -python-openid==2.2.5 +python-openid==2.2.5 ; python_version == "2.7" # via social-auth-core python-swiftclient==3.6.0 python3-saml==1.5.0 pytz==2018.9 @@ -237,7 +237,7 @@ urllib3==1.23 user-util==0.1.5 voluptuous==0.11.5 watchdog==0.9.0 -web-fragments==0.2.2 +web-fragments==0.3.0 webencodings==0.5.1 # via html5lib webob==1.8.5 # via xblock wrapt==1.10.5 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index a6b88c2220..a912b3fc5c 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -60,7 +60,7 @@ beautifulsoup4==4.7.1 before-after==1.0.1 billiard==3.3.0.23 bleach==2.1.4 -bok-choy==0.9.0 +bok-choy==0.9.3 boto3==1.4.8 boto==2.39.0 botocore==1.8.17 @@ -142,7 +142,7 @@ edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 edx-organizations==1.0.1 -edx-proctoring-proctortrack==1.0.1 +edx-proctoring-proctortrack==1.0.2 edx-proctoring==1.5.14 edx-rest-api-client==1.9.2 edx-search==1.2.1 @@ -235,7 +235,7 @@ pbr==5.1.2 pdfminer==20140328 piexif==1.0.2 pillow==5.4.1 -pip-tools==3.3.2 +pip-tools==3.4.0 pkgconfig==1.4.0 pluggy==0.8.1 polib==1.1.0 @@ -279,7 +279,7 @@ python-dateutil==2.4.0 python-levenshtein==0.12.0 python-memcached==1.48 python-mimeparse==1.6.0 -python-openid==2.2.5 +python-openid==2.2.5 ; python_version == "2.7" python-slugify==1.2.6 python-subunit==1.3.0 python-swiftclient==3.6.0 @@ -347,7 +347,7 @@ voluptuous==0.11.5 vulture==1.0 w3lib==1.20.0 watchdog==0.9.0 -web-fragments==0.2.2 +web-fragments==0.3.0 webencodings==0.5.1 webob==1.8.5 werkzeug==0.14.1 diff --git a/requirements/edx/pip-tools.txt b/requirements/edx/pip-tools.txt index a4d5950056..1178612730 100644 --- a/requirements/edx/pip-tools.txt +++ b/requirements/edx/pip-tools.txt @@ -5,5 +5,5 @@ # make upgrade # click==7.0 # via pip-tools -pip-tools==3.3.2 +pip-tools==3.4.0 six==1.11.0 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index a327b11e60..50aec84709 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -58,7 +58,7 @@ beautifulsoup4==4.7.1 before-after==1.0.1 billiard==3.3.0.23 bleach==2.1.4 -bok-choy==0.9.0 +bok-choy==0.9.3 boto3==1.4.8 boto==2.39.0 botocore==1.8.17 @@ -138,7 +138,7 @@ edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 edx-organizations==1.0.1 -edx-proctoring-proctortrack==1.0.1 +edx-proctoring-proctortrack==1.0.2 edx-proctoring==1.5.14 edx-rest-api-client==1.9.2 edx-search==1.2.1 @@ -270,7 +270,7 @@ python-dateutil==2.4.0 python-levenshtein==0.12.0 python-memcached==1.48 python-mimeparse==1.6.0 # via testtools -python-openid==2.2.5 +python-openid==2.2.5 ; python_version == "2.7" python-slugify==1.2.6 # via transifex-client python-subunit==1.3.0 python-swiftclient==3.6.0 @@ -333,7 +333,7 @@ virtualenv==16.4.0 # via tox voluptuous==0.11.5 w3lib==1.20.0 # via parsel, scrapy watchdog==0.9.0 -web-fragments==0.2.2 +web-fragments==0.3.0 webencodings==0.5.1 webob==1.8.5 werkzeug==0.14.1 # via flask