-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (41 loc) · 1.06 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
[metadata]
name = silex_client
description = Python library to execution silex actions
long_description = file: README.md
keywords = silex, websockets, vfx, rez
author = Artfx TD gang
author_email = td@artfx.fr
url = https://artfx.school/
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
[options]
packages =
silex_client
zip_safe = False
install_requires =
python-socketio[client]==5.4.0
pyyaml==5.4.1
aiohttp==3.8.0
fileseq==1.14.0
jsondiff==1.3.0
dacite==1.6.0
logzero==1.7.0
python-dotenv==0.19.1
aiogazu @ git+https://github.com/ArtFXDev/aiogazu.git
tractor @ git+https://github.com/ArtFXDev/tractor_lib.git
[options.extras_require]
dev =
wheel
black
mypy
pylint
isort
pytest
pytest-mock