Sync docs requirements.txt (#910)
This commit is contained in:
parent
9420ca9949
commit
7106c4fdcf
|
@ -2,32 +2,34 @@ Flask==0.12
|
||||||
Flask-RESTful==0.3.6
|
Flask-RESTful==0.3.6
|
||||||
Flask-SQLAlchemy==2.1
|
Flask-SQLAlchemy==2.1
|
||||||
Flask-Script==2.0.5
|
Flask-Script==2.0.5
|
||||||
Flask-Migrate==2.0.4
|
Flask-Migrate==2.1.1
|
||||||
Flask-Bcrypt==0.7.1
|
Flask-Bcrypt==0.7.1
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Flask-Mail==0.9.1
|
Flask-Mail==0.9.1
|
||||||
SQLAlchemy-Utils==0.32.14
|
SQLAlchemy-Utils==0.32.14
|
||||||
requests==2.11.1
|
requests==2.11.1
|
||||||
ndg-httpsclient==0.4.2
|
ndg-httpsclient==0.4.2
|
||||||
psycopg2==2.7.1
|
psycopg2==2.7.3
|
||||||
arrow==0.10.0
|
arrow==0.10.0
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
marshmallow-sqlalchemy==0.13.1
|
marshmallow-sqlalchemy==0.13.1
|
||||||
gunicorn==19.7.1
|
gunicorn==19.7.1
|
||||||
marshmallow==2.13.5
|
marshmallow==2.13.6
|
||||||
cryptography==1.9
|
cryptography==1.9
|
||||||
xmltodict==0.11.0
|
xmltodict==0.11.0
|
||||||
pyjwt==1.5.0
|
pyjwt==1.5.2
|
||||||
lockfile==0.12.2
|
lockfile==0.12.2
|
||||||
inflection==0.3.1
|
inflection==0.3.1
|
||||||
future==0.16.0
|
future==0.16.0
|
||||||
boto3==1.4.4
|
boto3==1.4.6
|
||||||
acme==0.15.0
|
acme==0.18.1
|
||||||
retrying==1.3.3
|
retrying==1.3.3
|
||||||
tabulate==0.7.7
|
tabulate==0.7.7
|
||||||
pem==16.1.0
|
pem==17.1.0
|
||||||
raven[flask]==6.1.0
|
raven[flask]==6.1.0
|
||||||
paramiko==2.2.1
|
jinja2==2.9.6
|
||||||
|
pyldap==2.4.37 # required by ldap auth provider
|
||||||
|
paramiko==2.2.1 # required for lemur_linuxdst plugin
|
||||||
sphinx
|
sphinx
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
Loading…
Reference in New Issue