-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt
More file actions
86 lines (78 loc) · 1.77 KB
/
Copy pathrequirements.txt
File metadata and controls
86 lines (78 loc) · 1.77 KB
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
# 2025-4-30
protobuf
certifi==2025.4.26
backcall==0.2.0
chardet==5.2.0
click==8.1.8
decorator==5.2.1
ffmpy==0.3.1
grpcio
grpcio-tools
idna==3.10
KalturaApiClient==19.3.0
lxml==5.1.0
parso==0.8.3
pexpect==4.9.0
pickleshare==0.7.5
ptyprocess==0.7.0
requests==2.33.0
requests-toolbelt==1.0.0
six==1.16.0
tqdm==4.66.3
traitlets==4.3.3
urllib3==2.2.2
wcwidth==0.2.13
numpy
yt-dlp
# 2024-1-17 Removed Pygments,python-genutils and ipython
# Also removed jedi. why autocomplete?? jedi==0.19.1
#Why? prompt-toolkit==3.0.43
#Did not try updating (maybe nexttime)
#protobuf==3.15.0 #4.25.2
# protobuf==4.25.2
# #Floowing Updated to latest 2024-1-17:
# certifi==2024.7.4
# backcall==0.2.0
# chardet==5.2.0
# click==8.1.7
# decorator==5.1.1
# ffmpy==0.3.1
# grpcio==1.60.0
# grpcio-tools==1.60.0
# idna==3.7
# KalturaApiClient==19.3.0
# lxml==5.1.0
# parso==0.8.3
# pexpect==4.9.0
# pickleshare==0.7.5
# ptyprocess==0.7.0
# requests==2.33.0
# requests-toolbelt==1.0.0
# six==1.16.0
# tqdm==4.66.3
# traitlets==4.3.3
# urllib3==2.2.2
# wcwidth==0.2.13
# # Not versioned
# numpy
# # No longer maintained pytube # if not available, use the tar.gz package (see Dockerfile)
# yt-dlp
#Always get latest
# protobuf version 3.18.3 causes NotImplementedError("To be implemented") in PythonRpcServer/mediaprovider.py
# Likely need to coordinate updating the C# version too
#############
# Gone
#ipython==7.16.3
#ipython-genutils==0.2.0
# Pygments==2.7.4
# No longer needed for remaning pythonrpcserver tasks
#scenedetect==0.5.2
#scikit-image==0.17.2
#nltk==3.6.6
#pytesseract==0.3.7
#prefixspan==0.5.2
#opencv-contrib-python==4.5.3.56
#mtcnn-opencv==1.0.2
#decord==0.6.0
#opencv-python==4.2.0.34; replaced by opencv-contrib-python
#