lemur/docs/requirements.txt

36 lines
719 B
Plaintext
Raw Normal View History

2017-07-06 05:17:19 +02:00
Flask==0.12
Flask-RESTful==0.3.6
Flask-SQLAlchemy==2.1
Flask-Script==2.0.5
2017-09-10 19:41:46 +02:00
Flask-Migrate==2.1.1
2015-11-24 00:41:11 +01:00
Flask-Bcrypt==0.7.1
2016-06-23 18:20:35 +02:00
Flask-Principal==0.4.0
2017-07-06 05:17:19 +02:00
Flask-Mail==0.9.1
SQLAlchemy-Utils==0.32.14
requests==2.11.1
ndg-httpsclient==0.4.2
2017-09-10 19:41:46 +02:00
psycopg2==2.7.3
2017-07-06 05:17:19 +02:00
arrow==0.10.0
2016-06-23 18:20:35 +02:00
six==1.10.0
2017-07-06 05:17:19 +02:00
marshmallow-sqlalchemy==0.13.1
gunicorn==19.7.1
2017-09-10 19:41:46 +02:00
marshmallow==2.13.6
2017-07-06 05:17:19 +02:00
cryptography==1.9
xmltodict==0.11.0
2017-09-10 19:41:46 +02:00
pyjwt==1.5.2
2017-07-06 05:17:19 +02:00
lockfile==0.12.2
inflection==0.3.1
future==0.16.0
2017-09-10 19:41:46 +02:00
boto3==1.4.6
acme==0.18.1
2017-07-06 05:17:19 +02:00
retrying==1.3.3
tabulate==0.7.7
2017-09-10 19:41:46 +02:00
pem==17.1.0
2017-07-06 05:17:19 +02:00
raven[flask]==6.1.0
2017-09-10 19:41:46 +02:00
jinja2==2.9.6
2017-09-11 18:18:03 +02:00
# pyldap==2.4.37 # cannot be installed on rtd - required by ldap auth provider
2017-09-10 19:41:46 +02:00
paramiko==2.2.1 # required for lemur_linuxdst plugin
2017-07-06 05:17:19 +02:00
sphinx
sphinxcontrib-httpdomain
2017-09-10 19:41:46 +02:00
sphinx-rtd-theme