forked from alephdata/aleph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
48 lines (44 loc) · 925 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==2.8.0
followthemoney-store[postgresql]==3.0.3
followthemoney-compare==0.4.1
fingerprints==1.0.3
servicelayer[google,amazon]==1.18.2
normality==2.2.5
pantomime==0.5.1
# Flask ecosystem
Flask==2.0.2
Flask-SQLAlchemy==2.5.1
Flask-Mail==0.9.1
Flask-Migrate==3.1.0
Flask-Cors==3.0.10
Flask-Babel==2.0.0
flask-talisman==0.8.1
SQLAlchemy==1.4.27
alembic==1.7.5
authlib==0.15.5
elasticsearch==7.15.2
marshmallow==2.19.2
gunicorn[eventlet]==20.1.0
jsonschema==4.2.1
apispec==5.1.1
apispec-webframeworks==0.5.2
blinker==1.4
Babel==2.9.1
PyYAML==5.4.1
python-frontmatter==1.0.0
pyjwt >= 2.0.1, < 2.4.0
cryptography >= 36.0.0, < 37.0.0
requests[security] >= 2.25.1, < 3.0.0
urllib3==1.26.7
tabulate==0.8.9
zipstream-new==1.1.8
# 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