forked from alephdata/aleph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
49 lines (45 loc) · 884 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.1
urlnormalizer==1.2.5
followthemoney==2.2.2
followthemoney-store[postgresql]==3.0.1
fingerprints==1.0.1
servicelayer[google,amazon]==1.16.1
normality==2.1.1
pantomime==0.4.1
# Flask ecosystem
Flask==1.1.2
Flask-SQLAlchemy==2.4.4
Flask-Mail==0.9.1
Flask-Migrate==2.5.3
Flask-Cors==3.0.10
Flask-Babel==2.0.0
flask-talisman==0.7.0
SQLAlchemy==1.3.22
alembic==1.4.3
authlib==0.15.2
elasticsearch==7.10.1
marshmallow==2.19.2
gunicorn[eventlet]==20.0.4
jsonschema==3.2.0
apispec==4.0.0
apispec-webframeworks==0.5.2
blinker==1.4
Babel==2.9.0
PyYAML==5.3.1
python-frontmatter==0.5.0
pyjwt==2.0.0
cryptography==3.3.1
requests[security]==2.25.1
urllib3==1.26.2
tabulate==0.8.7
zipstream-new==1.1.8
# Testing dependencies
factory-boy==3.2.0
Faker==5.5.0
nose
coverage
coveralls
# Tracing and logging libraries
structlog==20.2.0
colorama==0.4.4