lemur/requirements.in

53 lines
1015 B
Plaintext
Raw Permalink Normal View History

2018-04-23 18:23:23 +02:00
# Run `make up-reqs` to update pinned dependencies in requirement text files
2018-03-21 20:45:26 +01:00
acme
2018-03-26 19:08:23 +02:00
alembic-autogenerate-enums
arrow
2018-04-30 19:48:48 +02:00
asyncpool
2018-11-05 23:37:52 +01:00
boto3
botocore
celery[redis]==4.4.2 # need to first resolve the module not found error https://github.com/celery/celery/issues/6406
2021-03-10 04:50:52 +01:00
certbot
2018-05-05 00:00:43 +02:00
certifi
2018-12-20 11:54:47 +01:00
certsrv
2018-04-25 20:19:34 +02:00
CloudFlare
2018-03-21 20:45:26 +01:00
cryptography
2018-05-05 00:00:43 +02:00
dnspython3
dyn
2018-11-05 23:37:52 +01:00
Flask-Bcrypt
Flask-Mail
Flask-Migrate
Flask-Principal
Flask-RESTful
Flask-Script
2018-03-21 20:45:26 +01:00
Flask-SQLAlchemy
2018-11-06 00:16:09 +01:00
Flask
Flask-Cors
flask_replicated
2018-03-26 19:08:23 +02:00
future
gunicorn
2019-02-19 21:22:11 +01:00
hvac # required for the vault destination plugin
2018-03-26 19:08:23 +02:00
inflection
jinja2
lockfile
2019-05-17 17:48:26 +02:00
logmatic-python
marshmallow-sqlalchemy
marshmallow<2.20.5 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
2018-03-26 19:08:23 +02:00
ndg-httpsclient
paramiko # required for the SFTP destination plugin
2018-03-26 19:08:23 +02:00
pem
2018-03-21 20:45:26 +01:00
psycopg2
2019-04-23 17:05:32 +02:00
pyjks >= 19 # pyjks < 19 depends on pycryptodome, which conflicts with dyn's usage of pycrypto
2018-03-21 20:45:26 +01:00
pyjwt
2018-07-18 03:38:15 +02:00
pyOpenSSL
2019-04-23 17:05:32 +02:00
pyyaml>=4.2b1 #high severity alert
2018-03-21 20:45:26 +01:00
python_ldap
2018-03-26 19:08:23 +02:00
raven[flask]
2019-04-11 00:40:48 +02:00
redis
2018-07-18 03:38:15 +02:00
requests
2018-03-26 19:08:23 +02:00
retrying
six
2018-03-21 20:45:26 +01:00
SQLAlchemy-Utils
2018-03-26 19:08:23 +02:00
tabulate
2019-02-19 21:22:11 +01:00
xmltodict