Merge branch 'dev-indep' of https://github.com/ytorg/yotter into dev-indep
This commit is contained in:
commit
2cb60b6cb1
@ -3,7 +3,7 @@
|
|||||||
</head>
|
</head>
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="ui text container">
|
<div style="width: 80%;" class="ui container">
|
||||||
{% if info.error != None or info.playability_error != None %}
|
{% if info.error != None or info.playability_error != None %}
|
||||||
<div class="ui center aligned text container">
|
<div class="ui center aligned text container">
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
|
@ -2,7 +2,7 @@ alembic==1.4.3
|
|||||||
astroid==2.4.2
|
astroid==2.4.2
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
attrs==20.2.0
|
attrs==20.2.0
|
||||||
beautifulsoup4==4.9.2
|
beautifulsoup4==4.9.3
|
||||||
bleach==3.2.1
|
bleach==3.2.1
|
||||||
Brotli==1.0.9
|
Brotli==1.0.9
|
||||||
bs4==0.0.1
|
bs4==0.0.1
|
||||||
@ -13,7 +13,7 @@ click==7.1.2
|
|||||||
defusedxml==0.6.0
|
defusedxml==0.6.0
|
||||||
dnspython==2.0.0
|
dnspython==2.0.0
|
||||||
email-validator==1.1.1
|
email-validator==1.1.1
|
||||||
feedparser==6.0.1
|
feedparser==6.0.2
|
||||||
Flask==1.1.2
|
Flask==1.1.2
|
||||||
Flask-Caching==1.9.0
|
Flask-Caching==1.9.0
|
||||||
Flask-Login==0.5.0
|
Flask-Login==0.5.0
|
||||||
@ -29,30 +29,30 @@ itsdangerous==1.1.0
|
|||||||
Jinja2==2.11.2
|
Jinja2==2.11.2
|
||||||
lazy-object-proxy==1.5.1
|
lazy-object-proxy==1.5.1
|
||||||
llvmlite==0.34.0
|
llvmlite==0.34.0
|
||||||
lxml==4.5.2
|
lxml==4.6.1
|
||||||
Mako==1.1.3
|
Mako==1.1.3
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
multidict==4.7.6
|
multidict==5.0.0
|
||||||
numerize==0.12
|
numerize==0.12
|
||||||
numpy==1.19.2
|
numpy==1.19.3
|
||||||
packaging==20.4
|
packaging==20.4
|
||||||
pylint==2.6.0
|
pylint==2.6.0
|
||||||
PyMySQL==0.10.1
|
PyMySQL==0.10.1
|
||||||
pyparsing==2.4.7
|
pyparsing==2.4.7
|
||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
python-dotenv==0.14.0
|
python-dotenv==0.15.0
|
||||||
python-editor==1.0.4
|
python-editor==1.0.4
|
||||||
requests==2.24.0
|
requests==2.24.0
|
||||||
requests-futures==1.0.0
|
requests-futures==1.0.0
|
||||||
sgmllib3k==1.0.0
|
sgmllib3k==1.0.0
|
||||||
six==1.15.0
|
six==1.15.0
|
||||||
soupsieve==2.0.1
|
soupsieve==2.0.1
|
||||||
SQLAlchemy==1.3.19
|
SQLAlchemy==1.3.20
|
||||||
style==1.1.6
|
style==1.1.6
|
||||||
toml==0.10.1
|
toml==0.10.1
|
||||||
urllib3==1.25.10
|
urllib3==1.25.11
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
Werkzeug==1.0.1
|
Werkzeug==1.0.1
|
||||||
wrapt==1.12.1
|
wrapt==1.12.1
|
||||||
@ -61,4 +61,4 @@ yarl==1.6.0
|
|||||||
youtube-dl==2020.9.20
|
youtube-dl==2020.9.20
|
||||||
youtube-search-fork==1.2.5
|
youtube-search-fork==1.2.5
|
||||||
zope.event==4.5.0
|
zope.event==4.5.0
|
||||||
zope.interface==5.1.0
|
zope.interface==5.1.2
|
||||||
|
Reference in New Issue
Block a user