forked from alephdata/aleph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
48 lines (44 loc) · 940 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
# Dependencies maintained by OCCRP
banal==1.0.6
followthemoney==3.5.4
followthemoney-store[postgresql]==3.0.6
followthemoney-compare==0.4.4
fingerprints==1.2.3
servicelayer[google,amazon]==1.22.0
normality==2.4.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.5
Flask-Cors==4.0.0
Flask-Babel==3.1.0
flask-talisman==1.1.0
SQLAlchemy==2.0.21
alembic==1.12.0
authlib==0.15.5
elasticsearch==7.17.0
marshmallow==2.19.2
gunicorn[eventlet]==21.2.0
jsonschema==4.19.1
apispec==6.3.0
apispec-webframeworks==0.5.2
blinker==1.6.2
Babel==2.12.1
PyYAML==6.0.1
python-frontmatter==1.0.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
sentry-sdk[flask]==1.31.0
# Testing dependencies
factory-boy >=3.2.0, < 4.0.0
Faker >= 5.6.0, < 8.0.0
nose
coverage
coveralls
# Development & debugging
debugpy >= 1.3.0