update requierments.txt
This commit is contained in:
parent
824f59d2a9
commit
4c4623a9a9
5 changed files with 26 additions and 26 deletions
|
@ -12,12 +12,12 @@ body {
|
|||
left:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
font-size: 12pt;
|
||||
font-size: 14pt;
|
||||
/* font-weight: bold; */
|
||||
}
|
||||
|
||||
.page_wrap {
|
||||
width: 70%;
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.2 MiB After Width: | Height: | Size: 242 KiB |
BIN
app/static/images/cloudsbg.jpeg_disabled
Normal file
BIN
app/static/images/cloudsbg.jpeg_disabled
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 MiB |
|
@ -76,7 +76,7 @@
|
|||
<h2 class="media-heading">Оборудване</h2>
|
||||
<p>Благодарение на внедрените нови технологии ние предлагаме изчислителна мощ, надеждно съхранение на данни и гъвкаво разпределение на ресурсите. Предвиждаме възможности нашата система да бъде неразделна част от текущата ви инфраструктура.</p>
|
||||
</div>
|
||||
i </div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
|
@ -109,7 +109,7 @@ i </div>
|
|||
<img src="../../static/images/VPS-Support.png" width="128" height="128" />
|
||||
<h2 class="media-heading">Поддръжка</h2>
|
||||
<p>Ще Ви помогнем във всички неприятни ситуации, по всяко време. </p>
|
||||
<a href="/chat"><button type="button" class="btn btn-lg btn-success">Support</button></a>
|
||||
<a href="/chat"><button type="button" class="btn btn-sm btn-success">Support</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
uuid
|
||||
alembic==0.9.2
|
||||
alembic==0.9.9
|
||||
appdirs==1.4.3
|
||||
Babel==2.4.0
|
||||
Babel==2.5.3
|
||||
blinker==1.4
|
||||
certifi==2017.4.17
|
||||
chardet==3.0.3
|
||||
certifi==2018.1.18
|
||||
chardet==3.0.4
|
||||
click==6.7
|
||||
dnspython==1.15.0
|
||||
dnspython3==1.15.0
|
||||
|
@ -13,37 +13,37 @@ facepy==1.0.9
|
|||
Flask==0.12.2
|
||||
Flask-Babel==0.11.2
|
||||
Flask-Bootstrap==3.3.7.1
|
||||
Flask-Login==0.4.0
|
||||
Flask-Login==0.4.1
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Migrate==2.0.4
|
||||
Flask-Moment==0.5.1
|
||||
Flask-Script==2.0.5
|
||||
Flask-SQLAlchemy==2.2
|
||||
Flask-Migrate==2.1.1
|
||||
Flask-Moment==0.6.0
|
||||
Flask-Script==2.0.6
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
Flask-WTF==0.14.2
|
||||
gunicorn==19.7.1
|
||||
idna==2.5
|
||||
idna==2.6
|
||||
iso3166==0.8
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.9.6
|
||||
Mako==1.0.6
|
||||
Jinja2==2.10
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.0
|
||||
onetimepass==1.0.1
|
||||
pkg-resources==0.0.0
|
||||
psycopg2==2.7.1
|
||||
psycopg2==2.7.4
|
||||
Pygments==2.2.0
|
||||
PyQRCode==1.2.1
|
||||
python-dateutil==2.6.0
|
||||
python-dateutil==2.7.0
|
||||
python-editor==1.0.3
|
||||
pytz==2017.2
|
||||
requests==2.17.3
|
||||
schedule==0.4.2
|
||||
six==1.10.0
|
||||
sortedcontainers==1.5.7
|
||||
pytz==2018.3
|
||||
requests==2.18.4
|
||||
schedule==0.5.0
|
||||
six==1.11.0
|
||||
sortedcontainers==1.5.9
|
||||
speaklater==1.3
|
||||
SQLAlchemy==1.1.10
|
||||
SQLAlchemy==1.2.5
|
||||
traits==4.6.0
|
||||
Unipath==1.1
|
||||
urllib3==1.21.1
|
||||
urllib3==1.22
|
||||
visitor==0.1.3
|
||||
Werkzeug==0.12.2
|
||||
Werkzeug==0.14.1
|
||||
WTForms==2.1
|
||||
|
|
Loading…
Reference in a new issue