-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (39 loc) · 1.11 KB
/
setup.cfg
File metadata and controls
45 lines (39 loc) · 1.11 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
[metadata]
name = BrokerIO
version = attr:brokerio.__about__.__version__
author = Ubiquitous Knowledge Processing (UKP) Lab
author_email = dennis.zyska@tu-darmstadt.de
description = A broker for routing tasks to different services
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/UKPLab/CARE_broker
project_urls =
Bug Tracker = https://github.com/UKPLab/CARE_broker/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.12
install_requires =
aiohttp>=3.10.5
redis>=5.0.8
python-socketio>=5.11.4
python-socketio[client]>=5.11.4
pyyaml>=6.0.2
python-arango>=8.1.0
pycryptodome>=3.20.0
urllib3>=2.2.2
numpy>=2.1.1
psutil>=6.0.0
[options.extras_require]
skills =
docker>=7.1.0
[options.entry_points]
console_scripts =
brokerio = brokerio.__main__:main
[options.packages.find]
exclude = tests build docs examples
[options.package_data]
* = *.yaml, Dockerfile, requirements.txt