forked from cgwire/zou
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
113 lines (96 loc) · 2.45 KB
/
setup.cfg
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
[metadata]
name = zou
description = Zou is an API to store and manage the data of your CG production.
version = attr: zou.__version__
long_description = file: README.rst
keywords = cg, asset, shto, api, cg production, asset management
license = GNU Affero General Public License v3
license_file = LICENSE
author = CG Wire
author_email = [email protected]
url = https://zou.cg-wire.com
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Flask
Intended Audience :: Developers
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
[options]
zip_safe = False
packages = find:
install_requires =
flask==1.1.1
click==8.0.1
flask_restful==0.3.8
flask_fixtures==0.3.7
flask_sqlalchemy==2.4.0
flask_bcrypt==0.7.1
flask-jwt-extended==3.25.0
flask-migrate==2.5.2
flask-socketio==4.3.2
flask_principal==0.4.0
flask_caching==1.9.0
flask_mail==0.9.1
flask_fs==0.6.1
werkzeug==0.15.5
redis==4.1.4
ldap3==2.8.1
psutil==5.8.0
itsdangerous==2.0.1
email_validator==1.0.4
sqlalchemy==1.3.20
sqlalchemy_utils==0.37.8
psycopg2-binary==2.8.6
python-slugify==3.0.2
boto3
pillow==8.4.0
pytz==2020.4
babel==2.7.0
isoweek==1.3.3
python-swiftclient==3.8.0
python-keystoneclient==3.20.0
requests==2.27.1
ffmpeg-python==0.2.0
rq==1.10.0
python-nomad==1.2.1
six==1.15.0
gunicorn==20.0.4
gevent==21.8.0
gevent-websocket==0.10.1
slackclient==1.3.2
gazu==0.8.28
sh==1.12.14
pygelf==0.3.6
matterhook==0.2
discord.py==1.7.3
Jinja2==3.0.3
Whoosh==2.7.4
[options.package_data]
* = app/file_trees/*.json,migrations/*,migrations/versions/*.py
[options.packages.find]
# ignore tests and build directories
include = zou*
[options.extras_require]
prod =
gunicorn
gevent
dev =
wheel
test =
mixer==5.6.6
pytest==5.2.0
pytest-cov==2.7.1
pre-commit==2.15.0
fakeredis<=1.7.5
[options.entry_points]
console_scripts =
zou = zou.cli:cli
zou_playlist = zou.remote.playlist:main
zou_normalize_movie = zou.remote.normalize_movie:main