Update the version.
This commit is contained in:
arbisoft
2019-08-09 19:44:32 +05:00
parent 20b7f96770
commit ed1bdf31bd
4 changed files with 15 additions and 15 deletions

View File

@@ -134,7 +134,7 @@ glob2==0.7
gunicorn==19.9.0
help-tokens==1.0.4
html5lib==1.0.1
httplib2==0.13.1
httplib2==0.13.1 # via zendesk
idna==2.8
inflection==0.3.1 # via drf-yasg
ipaddress==1.0.22
@@ -162,7 +162,7 @@ mock==1.0.1
git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0
mongoengine==0.10.0
mpmath==1.1.0 # via sympy
mysqlclient==1.4.2.post1
mysqlclient==1.4.3
networkx==1.7
newrelic==4.20.1.121
nltk==3.4.4
@@ -205,7 +205,7 @@ python3-saml==1.5.0
pytz==2019.2
pyuca==1.1
pyyaml==5.1.2
git+https://github.com/edx/RecommenderXBlock.git@1.4.0#egg=recommender-xblock==1.4.0
git+https://github.com/edx/RecommenderXBlock.git@1.4.1#egg=recommender-xblock==1.4.1
redis==2.10.6
reportlab==3.5.23
requests-oauthlib==1.1.0
@@ -234,7 +234,7 @@ soupsieve==1.9.2 # via beautifulsoup4
sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.30.1
super-csv==0.8
super-csv==0.9
sympy==1.4
testfixtures==6.10.0 # via edx-enterprise
tincan==0.0.5 # via edx-enterprise

View File

@@ -68,7 +68,7 @@ coverage==5.0a6
git+https://github.com/nedbat/coverage_pytest_plugin.git@29de030251471e200ff255eb9e549218cd60e872#egg=coverage_pytest_plugin==0.0
git+https://github.com/edx/crowdsourcehinter.git@a7ffc85b134b7d8909bf1fefd23dbdb8eb28e467#egg=crowdsourcehinter-xblock==0.2
cryptography==2.7
cssselect==1.0.3
cssselect==1.1.0
cssutils==1.0.2
ddt==1.2.1
decorator==4.4.0
@@ -152,7 +152,7 @@ elasticsearch==1.9.0
entrypoints==0.3
enum34==1.1.6
event-tracking==0.2.9
execnet==1.6.1
execnet==1.7.0
factory_boy==2.8.1
faker==2.0.0
faulthandler==3.1 ; python_version == "2.7"
@@ -213,7 +213,7 @@ mongoengine==0.10.0
more-itertools==5.0.0
moto==1.3.1
mpmath==1.1.0
mysqlclient==1.4.2.post1
mysqlclient==1.4.3
networkx==1.7
newrelic==4.20.1.121
nltk==3.4.4
@@ -280,7 +280,7 @@ pytz==2019.2
pyuca==1.1
pyyaml==5.1.2
radon==3.0.3
git+https://github.com/edx/RecommenderXBlock.git@1.4.0#egg=recommender-xblock==1.4.0
git+https://github.com/edx/RecommenderXBlock.git@1.4.1#egg=recommender-xblock==1.4.1
redis==2.10.6
reportlab==3.5.23
requests-oauthlib==1.1.0
@@ -315,7 +315,7 @@ sphinxcontrib-websupport==1.1.2 # via sphinx
sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.30.1
super-csv==0.8
super-csv==0.9
sympy==1.4
testfixtures==6.10.0
text-unidecode==1.2

View File

@@ -82,7 +82,7 @@ git+https://github.com/edx/bridgekeeper.git@4e34894e4ac5d0467ed1901811a81fd87ee0
-e git+https://github.com/edx/codejail.git@a320d43ce6b9c93b17636b2491f724d9e433be47#egg=codejail
-e git+https://github.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock
git+https://github.com/edx/edx-ora2.git@2.2.6#egg=ora2==2.2.6
git+https://github.com/edx/RecommenderXBlock.git@1.4.0#egg=recommender-xblock==1.4.0
git+https://github.com/edx/RecommenderXBlock.git@1.4.1#egg=recommender-xblock==1.4.1
git+https://github.com/edx/crowdsourcehinter.git@a7ffc85b134b7d8909bf1fefd23dbdb8eb28e467#egg=crowdsourcehinter-xblock==0.2
-e git+https://github.com/edx/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
-e git+https://github.com/edx/DoneXBlock.git@01a14f3bd80ae47dd08cdbbe2f88f3eb88d00fba#egg=done-xblock

View File

@@ -66,7 +66,7 @@ coverage==5.0a6
git+https://github.com/nedbat/coverage_pytest_plugin.git@29de030251471e200ff255eb9e549218cd60e872#egg=coverage_pytest_plugin==0.0
git+https://github.com/edx/crowdsourcehinter.git@a7ffc85b134b7d8909bf1fefd23dbdb8eb28e467#egg=crowdsourcehinter-xblock==0.2
cryptography==2.7
cssselect==1.0.3
cssselect==1.1.0
cssutils==1.0.2
ddt==1.2.1
decorator==4.4.0
@@ -147,7 +147,7 @@ elasticsearch==1.9.0
entrypoints==0.3 # via flake8
enum34==1.1.6
event-tracking==0.2.9
execnet==1.6.1 # via pytest-xdist
execnet==1.7.0 # via pytest-xdist
factory_boy==2.8.1
faker==2.0.0 # via factory-boy
faulthandler==3.1 ; python_version == "2.7" # via pytest-faulthandler
@@ -206,7 +206,7 @@ mongoengine==0.10.0
more-itertools==5.0.0 # via pytest
moto==1.3.1
mpmath==1.1.0
mysqlclient==1.4.2.post1
mysqlclient==1.4.3
networkx==1.7
newrelic==4.20.1.121
nltk==3.4.4
@@ -271,7 +271,7 @@ pytz==2019.2
pyuca==1.1
pyyaml==5.1.2
radon==3.0.3
git+https://github.com/edx/RecommenderXBlock.git@1.4.0#egg=recommender-xblock==1.4.0
git+https://github.com/edx/RecommenderXBlock.git@1.4.1#egg=recommender-xblock==1.4.1
redis==2.10.6
reportlab==3.5.23
requests-oauthlib==1.1.0
@@ -302,7 +302,7 @@ soupsieve==1.9.2
sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.30.1
super-csv==0.8
super-csv==0.9
sympy==1.4
testfixtures==6.10.0
text-unidecode==1.2 # via faker