zou 0.20.65__py3-none-any.whl → 0.20.66__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- zou/__init__.py +1 -1
- {zou-0.20.65.dist-info → zou-0.20.66.dist-info}/METADATA +11 -11
- {zou-0.20.65.dist-info → zou-0.20.66.dist-info}/RECORD +7 -7
- {zou-0.20.65.dist-info → zou-0.20.66.dist-info}/WHEEL +0 -0
- {zou-0.20.65.dist-info → zou-0.20.66.dist-info}/entry_points.txt +0 -0
- {zou-0.20.65.dist-info → zou-0.20.66.dist-info}/licenses/LICENSE +0 -0
- {zou-0.20.65.dist-info → zou-0.20.66.dist-info}/top_level.txt +0 -0
zou/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.20.
|
|
1
|
+
__version__ = "0.20.66"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zou
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.66
|
|
4
4
|
Summary: API to store and manage the data of your animation production
|
|
5
5
|
Home-page: https://zou.cg-wire.com
|
|
6
6
|
Author: CG Wire
|
|
@@ -22,7 +22,7 @@ Requires-Python: >=3.10, <3.14
|
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: babel==2.17.0
|
|
24
24
|
Requires-Dist: click==8.2.1
|
|
25
|
-
Requires-Dist: discord.py==2.
|
|
25
|
+
Requires-Dist: discord.py==2.6.0
|
|
26
26
|
Requires-Dist: email-validator==2.2.0
|
|
27
27
|
Requires-Dist: ffmpeg-python==0.2.0
|
|
28
28
|
Requires-Dist: fido2==2.0.0
|
|
@@ -34,12 +34,12 @@ Requires-Dist: flask_mail==0.10.0
|
|
|
34
34
|
Requires-Dist: flask_principal==0.4.0
|
|
35
35
|
Requires-Dist: flask_restful==0.3.10
|
|
36
36
|
Requires-Dist: flask_sqlalchemy==3.1.1
|
|
37
|
-
Requires-Dist: flask-fs2[s3,swift]==0.7.
|
|
37
|
+
Requires-Dist: flask-fs2[s3,swift]==0.7.31
|
|
38
38
|
Requires-Dist: flask-jwt-extended==4.7.1
|
|
39
39
|
Requires-Dist: flask-migrate==4.1.0
|
|
40
40
|
Requires-Dist: flask-socketio==5.5.1
|
|
41
41
|
Requires-Dist: flask==3.1.1
|
|
42
|
-
Requires-Dist: gazu==0.10.
|
|
42
|
+
Requires-Dist: gazu==0.10.36
|
|
43
43
|
Requires-Dist: gevent-websocket==0.10.1
|
|
44
44
|
Requires-Dist: gevent==25.5.1
|
|
45
45
|
Requires-Dist: gunicorn==23.0.0
|
|
@@ -53,7 +53,7 @@ Requires-Dist: numpy==2.2.6
|
|
|
53
53
|
Requires-Dist: opencv-python==4.12.0.88
|
|
54
54
|
Requires-Dist: OpenTimelineIO==0.17.0
|
|
55
55
|
Requires-Dist: OpenTimelineIO-Plugins==0.17.0
|
|
56
|
-
Requires-Dist: orjson==3.11.
|
|
56
|
+
Requires-Dist: orjson==3.11.2
|
|
57
57
|
Requires-Dist: pillow==11.3.0
|
|
58
58
|
Requires-Dist: psutil==7.0.0
|
|
59
59
|
Requires-Dist: psycopg[binary]==3.2.9
|
|
@@ -64,13 +64,13 @@ Requires-Dist: python-slugify==8.0.4
|
|
|
64
64
|
Requires-Dist: python-socketio==5.13.0
|
|
65
65
|
Requires-Dist: pytz==2025.2
|
|
66
66
|
Requires-Dist: redis==5.2.1
|
|
67
|
-
Requires-Dist: requests==2.32.
|
|
68
|
-
Requires-Dist: rq==2.
|
|
67
|
+
Requires-Dist: requests==2.32.5
|
|
68
|
+
Requires-Dist: rq==2.5.0
|
|
69
69
|
Requires-Dist: semver==3.0.4
|
|
70
70
|
Requires-Dist: slackclient==2.9.4
|
|
71
71
|
Requires-Dist: spdx-license-list==3.27.0
|
|
72
72
|
Requires-Dist: sqlalchemy_utils==0.41.2
|
|
73
|
-
Requires-Dist: sqlalchemy==2.0.
|
|
73
|
+
Requires-Dist: sqlalchemy==2.0.43
|
|
74
74
|
Requires-Dist: tabulate==0.9.0
|
|
75
75
|
Requires-Dist: tomlkit==0.13.3
|
|
76
76
|
Requires-Dist: ua-parser==1.0.1
|
|
@@ -81,18 +81,18 @@ Requires-Dist: gevent; extra == "prod"
|
|
|
81
81
|
Provides-Extra: dev
|
|
82
82
|
Requires-Dist: wheel; extra == "dev"
|
|
83
83
|
Provides-Extra: test
|
|
84
|
-
Requires-Dist: fakeredis==2.
|
|
84
|
+
Requires-Dist: fakeredis==2.31.0; extra == "test"
|
|
85
85
|
Requires-Dist: mixer==7.2.2; extra == "test"
|
|
86
86
|
Requires-Dist: pytest-cov==6.2.1; extra == "test"
|
|
87
87
|
Requires-Dist: pytest==8.4.1; extra == "test"
|
|
88
88
|
Provides-Extra: monitoring
|
|
89
89
|
Requires-Dist: prometheus-flask-exporter==0.23.2; extra == "monitoring"
|
|
90
90
|
Requires-Dist: pygelf==0.4.3; extra == "monitoring"
|
|
91
|
-
Requires-Dist: sentry-sdk==2.
|
|
91
|
+
Requires-Dist: sentry-sdk==2.35.0; extra == "monitoring"
|
|
92
92
|
Provides-Extra: lint
|
|
93
93
|
Requires-Dist: autoflake==2.3.1; extra == "lint"
|
|
94
94
|
Requires-Dist: black==25.1.0; extra == "lint"
|
|
95
|
-
Requires-Dist: pre-commit==4.
|
|
95
|
+
Requires-Dist: pre-commit==4.3.0; extra == "lint"
|
|
96
96
|
Dynamic: license-file
|
|
97
97
|
Dynamic: requires-python
|
|
98
98
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
zou/__init__.py,sha256=
|
|
1
|
+
zou/__init__.py,sha256=Ijo8bBJ9AxCOvrqLOuussDocj41G7ikPrsoKaoFsUjg,24
|
|
2
2
|
zou/cli.py,sha256=N9FyrL4TDgIiCUa-I3xIzOgiVLM14kz8_QLQ48y51oE,22767
|
|
3
3
|
zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
|
|
4
4
|
zou/event_stream.py,sha256=9O1PE_vDW8p3yfHJNSZ8w0ybD-660x8oGN0izgJdTjM,8575
|
|
@@ -468,9 +468,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
|
|
|
468
468
|
zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
|
|
469
469
|
zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
470
470
|
zou/utils/movie.py,sha256=d67fIL9dVBKt-E_qCGXRbNNdbJaJR5sHvZeX3hf8ldE,16559
|
|
471
|
-
zou-0.20.
|
|
472
|
-
zou-0.20.
|
|
473
|
-
zou-0.20.
|
|
474
|
-
zou-0.20.
|
|
475
|
-
zou-0.20.
|
|
476
|
-
zou-0.20.
|
|
471
|
+
zou-0.20.66.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
|
|
472
|
+
zou-0.20.66.dist-info/METADATA,sha256=DOMurHqffEE4ndgqxNhGUIGu28r3EDO9SNJFWoy7t9E,6697
|
|
473
|
+
zou-0.20.66.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
474
|
+
zou-0.20.66.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
|
|
475
|
+
zou-0.20.66.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
|
|
476
|
+
zou-0.20.66.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|