-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements.txt
60 lines (48 loc) · 1.02 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
# Basic Python dependencies
python-jose[cryptography]==3.3.0
bcrypt==3.2.0
requests==2.28.1
six==1.16.0
jsonschema==3.2.0
Jinja2
# ai/sci tools
# These are already preinstalled in the base image (see requirements-platform.txt)
##numpy==1.23.5
## pytesseract==0.3.9
## opencv-python==4.5.5.64
## decord==0.6.0
## scikit-image==0.19.2
## mtcnn-opencv==1.0.2
## nltk==3.7
## prefixspan==0.5.2
# Flask + Connexion + OpenAPI dependencies
Flask==2.0.2
Werkzeug==2.0.1
connexion[swagger-ui]==2.7.0
prance==0.21.8.0
# Database plugins for Flask
flask_sqlalchemy==2.5.1
marshmallow-sqlalchemy==0.27.0
marshmallow==3.14.1
flask-marshmallow==0.14.0
SQLAlchemy==1.4.31
psycopg2-binary==2.9.5
# RabbitMQ
pika==1.2.0
pika-stubs==0.1.3
rabbitpy==2.0.1
# ClassTranscribe python deps
# FIXME: pin to particular versions
grpcio-tools
jupyter
scenedetect[opencv,progress_bar]
KalturaApiClient
pytesseract==0.3.9
# SVM Poly2 SceneDetection
sklearn==0.0
# glossary
wikipedia-api==0.5.4
wikipedia==1.4.0
# asl crawler
bs4==0.0.1
vimeo-downloader==0.4.1