-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
90 lines (90 loc) · 1.58 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
alabaster==0.7.12
alembic==1.6.5
amqp==5.0.9
arrow==1.2.2
attrs==21.4.0
Babel==2.9.1
billiard==3.6.4.0
blinker==1.4
Bootstrap-Flask==2.0.2
celery==5.2.3
certifi==2021.5.30
chardet==4.0.0
charset-normalizer==2.0.12
click==8.0.4
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
colorlog==6.6.0
cycler==0.11.0
dnspython==2.2.0
docutils==0.17.1
dominate==2.6.0
email-validator==1.1.3
Flask==2.1.3
Flask-Babel==2.0.0
Flask-Bootstrap==3.3.7.1
Flask-Dropzone==1.6.0
flask-heroku==0.1.9
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==3.0.1
Flask-Moment==1.0.1
Flask-SQLAlchemy==2.5.1
Flask-WTF==1.0.0
fonttools==4.29.1
greenlet==1.1.0
gunicorn==20.1.0
idna==3.3
imageio==2.16.1
imagesize==1.4.1
importlib-metadata==4.12.0
iniconfig==1.1.1
itsdangerous==2.0.1
Jinja2==3.0.2
kiwisolver==1.4.0
kombu==5.2.3
langdetect==1.0.9
Mako==1.1.6
MarkupSafe==2.1.0
networkx==2.7.1
packaging==21.3
Pillow==9.0.1
pluggy==1.0.0
prompt-toolkit==3.0.28
psycopg2==2.9.1
py==1.11.0
pydicom==2.2.2
Pygments==2.12.0
PyJWT==2.1.0
pyparsing==3.0.7
pytest==7.1.2
python-dateutil==2.8.2
python-dotenv==0.18.0
python-editor==1.0.4
pytz==2021.3
PyWavelets==1.3.0
redis==4.3.4
requests==2.27.1
six==1.16.0
snowballstemmer==2.2.0
Sphinx==5.0.2
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
SQLAlchemy==1.4.28
SQLAlchemy-Utils==0.38.2
tifffile==2022.3.16
tomli==2.0.1
urllib3==1.26.8
vine==5.0.0
visitor==0.1.3
wcwidth==0.2.5
Werkzeug==2.0.3
WTForms==3.0.0
zipp==3.8.1
hazen