-
Notifications
You must be signed in to change notification settings - Fork 270
/
requirements.txt
51 lines (46 loc) · 1014 Bytes
/
requirements.txt
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
# Dependencies maintained by OCCRP
banal==1.0.6
followthemoney==3.5.9
followthemoney-store[postgresql]==3.1.0
followthemoney-compare==0.4.4
fingerprints==1.2.3
servicelayer[google,amazon]==1.23.0-rc36
normality==2.5.0
pantomime==0.6.1
# Flask ecosystem
Flask==2.3.3
Flask-SQLAlchemy==3.0.5
Flask-Mail==0.9.1
Flask-Migrate==4.0.7
Flask-Cors==4.0.0
Flask-Babel==4.0.0
flask-talisman==1.1.0
SQLAlchemy==2.0.21
alembic==1.13.1
authlib==0.15.5
elasticsearch==7.17.0
marshmallow==3.21.1
gunicorn[eventlet]==22.0.0
jsonschema==4.22.0
apispec==6.3.1
apispec-webframeworks==0.5.2
blinker==1.8.1
Babel==2.12.1
PyYAML==6.0.1
python-frontmatter==1.1.0
pyjwt >= 2.0.1, < 2.9.0
cryptography >= 36.0.0, < 42.0.0
requests[security] >= 2.25.1, < 3.0.0
tabulate==0.9.0
zipstream-new==1.1.8
pika==1.3.2
sentry-sdk[flask]==2.10.0
prometheus-client==0.17.1
# Testing dependencies
factory-boy >=3.2.0, < 4.0.0
Faker >= 5.6.0, < 26.0.0
pytest==8.3.3
pytest-cov==5.0.0
time-machine==2.14.1
# Development & debugging
debugpy >= 1.3.0