diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 1fe9b35b0c81191fbae08cf32fb2e53fd7386fd3..9975cfc03a296cd407aa1aeda5d112e26588f86d 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -81,6 +81,7 @@ edx-milestones edx-oauth2-provider edx-organizations edx-proctoring>=1.5.0 +edx-proctoring-proctortrack edx-rest-api-client edx-search edx-submissions diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 05f5d2d6c673d1153e9945101004528d94ab5e98..ccf63ff5acb7e87486035bea00fc899938b76654 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -21,7 +21,6 @@ git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc8685 -e git+https://github.com/edx/DoneXBlock.git@01a14f3bd80ae47dd08cdbbe2f88f3eb88d00fba#egg=done-xblock -e git+https://github.com/jazkarta/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f81#egg=edx-sga==0.8.3 -git+https://github.com/joshivj/edx-proctoring-proctortrack.git@c4f49973562bf0e54518b74efce20bafa299616a#egg=edx_proctoring_proctortrack==1.0.0 git+https://github.com/edx/xblock-lti-consumer.git@v1.1.8#egg=lti_consumer-xblock==1.1.8 git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0 -e . @@ -41,7 +40,7 @@ git+https://github.com/open-craft/xblock-poll@add89e14558c30f3c8dc7431e5cd6536ff -e common/lib/xmodule amqp==1.4.9 # via kombu analytics-python==1.2.9 -aniso8601==4.0.1 # via tincan +aniso8601==4.1.0 # via tincan anyjson==0.3.3 # via kombu appdirs==1.4.3 # via fs argh==0.26.2 @@ -124,6 +123,7 @@ edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 edx-organizations==1.0.0 +edx-proctoring-proctortrack==1.0.0 edx-proctoring==1.5.2 edx-rest-api-client==1.9.2 edx-search==1.2.1 @@ -209,7 +209,7 @@ pyuca==1.1 pyyaml==3.13 redis==2.10.6 reportlab==3.5.12 -requests-oauthlib==1.0.0 +requests-oauthlib==1.1.0 requests==2.21.0 rest-condition==1.0.3 rfc6266-parser==0.0.5.post2 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 8bce398e20777ee57e540e19996c5a91bad2f44e..33271b0d9524ca4cc724727515e857a1a9bf138d 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -23,7 +23,6 @@ git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc8685 -e git+https://github.com/edx/DoneXBlock.git@01a14f3bd80ae47dd08cdbbe2f88f3eb88d00fba#egg=done-xblock -e git+https://github.com/jazkarta/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f81#egg=edx-sga==0.8.3 -git+https://github.com/joshivj/edx-proctoring-proctortrack.git@c4f49973562bf0e54518b74efce20bafa299616a#egg=edx_proctoring_proctortrack==1.0.0 git+https://github.com/edx/lettuce.git@7a04591c78ac56dac3eb3e91ca94b15cce844133#egg=lettuce==0.2.23+edx.1 git+https://github.com/edx/xblock-lti-consumer.git@v1.1.8#egg=lti_consumer-xblock==1.1.8 git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0 @@ -45,7 +44,7 @@ git+https://github.com/open-craft/xblock-poll@add89e14558c30f3c8dc7431e5cd6536ff alabaster==0.7.12 # via sphinx amqp==1.4.9 analytics-python==1.2.9 -aniso8601==4.0.1 +aniso8601==4.1.0 anyjson==0.3.3 apipkg==1.5 appdirs==1.4.3 @@ -143,6 +142,7 @@ edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 edx-organizations==1.0.0 +edx-proctoring-proctortrack==1.0.0 edx-proctoring==1.5.2 edx-rest-api-client==1.9.2 edx-search==1.2.1 @@ -288,7 +288,7 @@ queuelib==1.5.0 radon==2.4.0 redis==2.10.6 reportlab==3.5.12 -requests-oauthlib==1.0.0 +requests-oauthlib==1.1.0 requests==2.21.0 rest-condition==1.0.3 rfc6266-parser==0.0.5.post2 diff --git a/requirements/edx/github.in b/requirements/edx/github.in index d6738bd958a75ba0bd90fb3268c1896efcdfa4ff..0c00c6036bad19f11d7c24bed5dd23408b7f48c8 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -71,9 +71,6 @@ -e git+https://github.com/mitodl/django-cas.git@afac57bc523f145ae826f4ed3d4fa8b2c86c5364#egg=django-cas==2.1.1 -e git+https://github.com/dgrtwo/ParsePy.git@7949b9f754d1445eff8e8f20d0e967b9a6420639#egg=parse_rest -# pinned to repo until verificient uploads their package to pypi --e git+https://github.com/joshivj/edx-proctoring-proctortrack.git@c4f49973562bf0e54518b74efce20bafa299616a#egg=edx_proctoring_proctortrack==1.0.0 - # Forked to get Django 1.10+ compat that is in origin BitBucket repo, without an official build. # This can go away when we update auth to not use django-rest-framework-oauth -e git+https://github.com/edx/django-oauth-plus.git@01ec2a161dfc3465f9d35b9211ae790177418316#egg=django-oauth-plus==2.2.9.edx-1 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index f84aa87e7d110bba0e1167a7548e57cd85be75d9..56d6e3043519cef0caa2b94250343ae876c07577 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -21,7 +21,6 @@ git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc8685 -e git+https://github.com/edx/DoneXBlock.git@01a14f3bd80ae47dd08cdbbe2f88f3eb88d00fba#egg=done-xblock -e git+https://github.com/jazkarta/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f81#egg=edx-sga==0.8.3 -git+https://github.com/joshivj/edx-proctoring-proctortrack.git@c4f49973562bf0e54518b74efce20bafa299616a#egg=edx_proctoring_proctortrack==1.0.0 git+https://github.com/edx/lettuce.git@7a04591c78ac56dac3eb3e91ca94b15cce844133#egg=lettuce==0.2.23+edx.1 git+https://github.com/edx/xblock-lti-consumer.git@v1.1.8#egg=lti_consumer-xblock==1.1.8 git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0 @@ -42,7 +41,7 @@ git+https://github.com/open-craft/xblock-poll@add89e14558c30f3c8dc7431e5cd6536ff -e common/lib/xmodule amqp==1.4.9 analytics-python==1.2.9 -aniso8601==4.0.1 +aniso8601==4.1.0 anyjson==0.3.3 apipkg==1.5 # via execnet appdirs==1.4.3 @@ -138,6 +137,7 @@ edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-opaque-keys[django]==0.4.4 edx-organizations==1.0.0 +edx-proctoring-proctortrack==1.0.0 edx-proctoring==1.5.2 edx-rest-api-client==1.9.2 edx-search==1.2.1 @@ -277,7 +277,7 @@ queuelib==1.5.0 # via scrapy radon==2.4.0 redis==2.10.6 reportlab==3.5.12 -requests-oauthlib==1.0.0 +requests-oauthlib==1.1.0 requests==2.21.0 rest-condition==1.0.3 rfc6266-parser==0.0.5.post2