-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathsetup.cfg
More file actions
119 lines (111 loc) · 2.88 KB
/
setup.cfg
File metadata and controls
119 lines (111 loc) · 2.88 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[metadata]
name = zou
description = API to store and manage the data of your animation production
version = attr: zou.__version__
long_description = file: README.rst
keywords = animation, cg, asset, shot, api, cg production, asset management
license = GNU Affero General Public License v3
license_files = LICENSE
author = CG Wire
author_email = frank@cg-wire.com
url = https://zou.cg-wire.com
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Flask
Intended Audience :: Developers
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
[options]
zip_safe = False
packages = find:
install_requires =
babel==2.18.0
click==8.3.1
discord.py==2.6.4
email-validator==2.3.0
ffmpeg-python==0.2.0
fido2==2.1.1
flasgger==0.9.7.1
bcrypt==4.3.0
flask_bcrypt==1.0.1
flask_caching==2.3.1
flask_fixtures==0.3.8
flask_mail==0.10.0
flask_principal==0.4.0
flask_restful==0.3.10
flask_sqlalchemy==3.1.1
flask-fs2[swift, s3]==0.7.33
flask-jwt-extended==4.7.1
flask-migrate==4.1.0
flask-socketio==5.6.0
flask==3.1.2
gazu==1.1.3
gevent-websocket==0.10.1
gevent==25.9.1
gunicorn==25.0.0
isoweek==1.3.3
itsdangerous==2.2.0
Jinja2==3.1.6
ldap3==2.9.1
matterhook-nlz==0.3
meilisearch==0.40.0
numpy==2.2.6
opencv-python==4.13.0.90
OpenTimelineIO==0.18.1
OpenTimelineIO-Plugins==0.18.1
orjson==3.11.6
pydantic==2.12.5
pillow==12.1.0
psutil==7.2.2
psycopg[binary]==3.3.2
pyotp==2.9.0
pysaml2==7.5.4
python-nomad==2.1.0
python-slugify==8.0.4
python-socketio==5.16.0
pytz==2025.2
redis==5.2.1
requests==2.32.5
rq==2.6.1
semver==3.0.4
slackclient==2.9.4
spdx-license-list==3.27.0
sqlalchemy_utils==0.42.1
sqlalchemy==2.0.46
tabulate==0.9.0
tomlkit==0.14.0
ua-parser==1.0.1
werkzeug==3.1.5
[options.package_data]
* = app/*.json,app/file_trees/*.json,migrations/*,migrations/versions/*.py,app/utils/plugin_alembic_template/*
[options.packages.find]
# ignore tests and build directories
include = zou*
[options.extras_require]
dev =
wheel
test =
fakeredis==2.33.0
mixer==7.2.2
pytest-cov==7.0.0
pytest==9.0.2
monitoring =
prometheus-flask-exporter==0.23.2
pygelf==0.4.3
sentry-sdk==2.51.0
lint =
autoflake==2.3.1
black==26.1.0
pre-commit==4.5.1
[options.entry_points]
console_scripts =
zou = zou.cli:cli
zou_playlist = zou.remote.playlist:main
zou_normalize_movie = zou.remote.normalize_movie:main