-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
42 lines (39 loc) · 833 Bytes
/
Pipfile
File metadata and controls
42 lines (39 loc) · 833 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
altgraph = "==0.17.4"
build = "==1.2.2.post1"
click = "==8.1.8"
colorama = "==0.4.6"
coverage = "==7.6.12"
decorator = "==5.1.1"
imageio = "==2.37.0"
imageio-ffmpeg = "==0.6.0"
iniconfig = "==2.0.0"
mccabe = "==0.7.0"
moviepy = "==2.1.2"
numpy = "==2.2.2"
packaging = "==24.2"
pefile = "==2023.2.7"
pillow = "==10.4.0"
pip-tools = "==7.4.1"
pluggy = "==1.5.0"
proglog = "==0.1.10"
psutil = "==7.0.0"
pycodestyle = "==2.12.1"
pyflakes = "==3.2.0"
pyinstaller = "==6.12.0"
pyinstaller-hooks-contrib = "==2025.1"
pyproject-hooks = "==1.2.0"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-mock = "==3.14.0"
python-dotenv = "==1.0.1"
pywin32-ctypes = "==0.2.3"
ruff = "==0.11.0"
tqdm = "==4.67.1"
[dev-packages]
[requires]
python_version = "3.12"