forked from SEACrowd/seacrowd-datahub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (43 loc) · 732 Bytes
/
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
[metadata]
name = seacrowd
version = attr: seacrowd.__version__
[options]
packages = find:
include_package_data = True
python_requires = >=3.7
install_requires =
loguru>=0.5.3
bioc>=1.3.7
pandas>=1.3.3
numpy>=1.20
datasets>=2.2.0
black~=22.0
flake8>=3.8.3
isort>=5.0.0
aiohttp>=3.8.1
pre-commit>=2.19.0
jsonlines>=3.1.0
torchaudio>=0.11
soundfile
librosa
nltk
zstandard
soundfile
ffmpeg
conllu
openpyxl
translate-toolkit>=3.7.3
typing_extensions
[options.extras_require]
dev =
black>=22.1.0,<22.2.0
flake8>=3.8.3,<3.9.0
isort>=5.0.0,<5.1.0
deploy =
build==0.7.0
twine==4.0.0
ipython =
ipython
[options.package_data]
* =
*.json