forked from alephdata/aleph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
49 lines (45 loc) · 955 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
# Dependencies maintained by OCCRP
banal==1.0.6
followthemoney==3.4.4
followthemoney-store[postgresql]==3.0.5
followthemoney-compare==0.4.4
fingerprints==1.0.3
servicelayer[google,amazon]==1.21.0
normality==2.4.0
pantomime==0.5.3
# Flask ecosystem
Flask==2.3.2
Flask-SQLAlchemy==3.0.5
Flask-Mail==0.9.1
Flask-Migrate==3.1.0
Flask-Cors==3.0.10
Flask-Babel==3.1.0
flask-talisman==1.0.0
SQLAlchemy==2.0.17
alembic==1.8.1
authlib==0.15.5
elasticsearch==7.17.0
marshmallow==2.19.2
gunicorn[eventlet]==20.1.0
jsonschema==4.17.3
apispec==6.3.0
apispec-webframeworks==0.5.2
blinker==1.6.2
Babel==2.12.1
PyYAML==6.0
python-frontmatter==1.0.0
pyjwt >= 2.0.1, < 2.6.0
cryptography >= 36.0.0, < 38.0.0
requests[security] >= 2.25.1, < 3.0.0
urllib3==1.26.14
tabulate==0.9.0
zipstream-new==1.1.8
sentry-sdk[flask]==1.21.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