-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathsetup.cfg
57 lines (54 loc) · 1.89 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
[metadata]
name = opendbm
# $version will be replaced automatically by Github Actions pipeline
version = $version
description = AiCure’s OpenDBM is a software package that allows for calculation of digital biomarkers of health and functioning from video or audio of an individual’s behavior. It integrates existing tools for measurement of behavioral characteristics such as facial activity, voice, and movement into a single package for measurement of overall behavior. OpenDBM is designed for ease of use, expanding the availability of such tools to the wider scientific community.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/AiCure/open_dbm
author = The OpenDBM Development Team
author_email = [email protected]
license = AGPL-3.0
license_files = LICENSE
platforms = any
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
project_urls =
Bug Tracker = https://github.com/AiCure/open_dbm/issues
Documentation = https://AiCure.github.io/open_dbm
Source Code = https://github.com/AiCure/open_dbm
[options]
packages = find:
install_requires =
numpy>=1.17
pandas>=1.1.5
matplotlib==3.5.2
praat-parselmouth
watchtower
webrtcvad
imutils
more_itertools
scipy
pyyaml==5.4.1
pydub
deepspeech==0.9.3
nltk
lexicalrichness
vaderSentiment
opencv-python>=4.5.5
cmake; "Windows" not in platform_system
dlib>=19.13.0; "Windows" not in platform_system
python_requires = >=3.7
include_package_data = True
[options.extras_require]
test =
pytest>=6.0
coverage
pre-commit