Skip to content
Snippets Groups Projects
Commit ba652117 authored by Christie Rice's avatar Christie Rice
Browse files

INCR-31 INCR-38 Remove constraint on pysrt and run make upgrade

parent dc8aa9da
No related merge requests found
......@@ -132,7 +132,7 @@ rest-condition # DRF's recommendation for supporting comple
rfc6266-parser # Used to generate Content-Disposition headers.
social-auth-app-django<3.0.0
social-auth-core<2.0.0
pysrt==0.4.7 # Support for SubRip subtitle files, used in the video XModule
pysrt # Support for SubRip subtitle files, used in the video XModule
pytz # Time zone information database
PyYAML # Used to parse XModule resource templates
redis==2.10.6 # celery task broker
......
......@@ -59,7 +59,6 @@ botocore==1.8.17
celery==3.1.25
certifi==2018.11.29
cffi==1.11.5
charade==1.0.3 # via pysrt
chardet==3.0.4
click==7.0 # via user-util
coreapi==2.3.3 # via django-rest-swagger, openapi-codec
......@@ -183,7 +182,7 @@ paver==1.3.4
pbr==5.1.1
pdfminer==20140328
piexif==1.0.2
pillow==5.3.0
pillow==5.4.0
polib==1.1.0 # via edx-i18n-tools
psutil==1.2.1
py2neo==3.1.2
......@@ -198,7 +197,7 @@ pyjwt==1.5.2
pymongo==2.9.1
pynliner==0.8.0
pyparsing==2.2.0
pysrt==0.4.7
pysrt==1.1.1
python-dateutil==2.4.0
python-levenshtein==0.12.0
python-memcached==1.48
......
......@@ -68,7 +68,6 @@ botocore==1.8.17
celery==3.1.25
certifi==2018.11.29
cffi==1.11.5
charade==1.0.3
chardet==3.0.4
click-log==0.1.8
click==7.0
......@@ -234,7 +233,7 @@ paver==1.3.4
pbr==5.1.1
pdfminer==20140328
piexif==1.0.2
pillow==5.3.0
pillow==5.4.0
pip-tools==3.2.0
pluggy==0.8.0
polib==1.1.0
......@@ -265,7 +264,7 @@ pyopenssl==18.0.0
pyparsing==2.2.0
pyquery==1.4.0
pysqlite==2.8.3
pysrt==0.4.7
pysrt==1.1.1
pytest-attrib==0.1.3
pytest-cov==2.5.1
pytest-django==3.1.2
......
......@@ -65,7 +65,6 @@ botocore==1.8.17
celery==3.1.25
certifi==2018.11.29
cffi==1.11.5
charade==1.0.3
chardet==3.0.4
click-log==0.1.8 # via edx-lint
click==7.0
......@@ -225,7 +224,7 @@ paver==1.3.4
pbr==5.1.1
pdfminer==20140328
piexif==1.0.2
pillow==5.3.0
pillow==5.4.0
pluggy==0.8.0 # via pytest, tox
polib==1.1.0
psutil==1.2.1
......@@ -254,7 +253,7 @@ pyopenssl==18.0.0 # via scrapy
pyparsing==2.2.0
pyquery==1.4.0
pysqlite==2.8.3
pysrt==0.4.7
pysrt==1.1.1
pytest-attrib==0.1.3
pytest-cov==2.5.1
pytest-django==3.1.2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment