forked from Netflix/lemur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
56 lines (55 loc) · 1.4 KB
/
requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Run `make up-reqs` to update pinned dependencies in requirement text files
acme
alembic-autogenerate-enums
arrow
asyncpool
boto3
botocore
celery[redis]
certbot
certifi
certsrv
CloudFlare
cryptography
dnspython3
dyn
Flask-Bcrypt
Flask-Mail
Flask-Migrate <= 2.7.0 #mirgration to Flask CLI required, https://github.com/miguelgrinberg/Flask-Migrate/issues/407
Flask-Principal
Flask-RESTful
Flask-Script
Flask-SQLAlchemy
Flask <= 1.1.2 # similar to Flask-Migrate
Flask-Cors
flask_replicated
future
gunicorn
hvac # required for the vault destination plugin
inflection
itsdangerous < 2.1.0 # requires Flask 2.0.3
jinja2 < 3.1.0 # requires a newer version of Flask
lockfile
logmatic-python
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts)
marshmallow<2.21.1 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
ndg-httpsclient
paramiko # required for the SFTP destination plugin
pem
psycopg2
pyjks >= 19 # pyjks < 19 depends on pycryptodome, which conflicts with dyn's usage of pycrypto
pyjwt
pyOpenSSL
pyyaml>=4.2b1 #high severity alert
python_ldap
redis < 4.4.0 # requires a newer release of fakeredis
requests
retrying
sentry-sdk
six
SQLAlchemy-Utils
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226
tabulate
validators
werkzeug < 2.1.0 # requires a newer version of Flask
xmltodict