forked from Netflix/lemur
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.in
76 lines (75 loc) · 1.82 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Run `make up-reqs` to update pinned dependencies in requirement text files
acme
alembic-autogenerate-enums
anyio==4.5.0
arrow
asyncpool
azure-identity >= 1.16.1 # (VUNL-7150)
azure-keyvault
azure-mgmt-cdn
azure-mgmt-network
azure-mgmt-subscription
boto3
botocore
celery[redis]
cert_manager
certbot
certifi
certsrv[ntlm]
CloudFlare
cryptography==43.0.1 # Must keep `cryptography` pinned to the same version as `requirements-overrides.txt` for FIPS support.
dnspython == 2.6.1
dnspython3
dyn
Flask-Bcrypt
Flask-Cors >= 4.0.0 # (VULN-6645)
Flask-Limiter
Flask-Mail
Flask-Migrate <= 2.7.0
Flask-Principal
Flask-RESTful
flask-Script==2.0.5
Flask-SQLAlchemy
Flask<3 # until https://github.com/pytest-dev/pytest-flask/pull/168 is released
flask_replicated
future
google-cloud-compute
google-cloud-private-ca
grpcio >= 1.62.0 # (VULN-7774)
gunicorn
https://binaries.ddbuild.io/dd-source/python/cert_orchestration_adapter-0.1.22-py3-none-any.whl
hvac # required for the vault destination plugin
importlib-metadata==8.5.0
inflection
itsdangerous
jinja2 >= 3.1.4 # (VULN-6686)
lockfile
logmatic-python
markupsafe == 2.1.5
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
protobuf
psycopg2
pyjks
pyjwt >= 2.4.0 # (CVE-2022-29217)
pyOpenSSL
python_ldap
pyyaml
redis
requests >= 2.32.0 # (VULN-6901)
retrying
sentry-sdk >= 2.8.0 # (VULN-7698)
simplejson
six
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226tabulate
SQLAlchemy-Utils
tabulate
types-protobuf
urllib3 >= 1.26.19 # (VULN-7275)
validators
werkzeug >= 3.0.3 # (VULN-6679)
xmltodict
zipp >= 3.19.1 # (VULN-7514)