-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
85 lines (82 loc) · 1.71 KB
/
setup.cfg
File metadata and controls
85 lines (82 loc) · 1.71 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
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
[metadata]
name = workbench
version = attr: workbench.__version__
[options]
packages = workbench
include_package_data = True
tests_require = pytest; pytest-cov
# Add here dependencies of your project (semicolon/line-separated)
install_requires =
aniso8601==9.0.1
asgiref==3.5.0
bcrypt==3.2.2
bioblend==0.17.0
black==22.3.0
certifi==2022.6.15
cffi==1.15.0
charset-normalizer==2.0.12
click==8.1.3
config==0.5.1
filelock==3.4.2
galaxy-containers==21.9.0
galaxy-lib==19.5.2
galaxy-tool-util==21.9.2
galaxy-util==21.9.0
ghapi==1.0.0
idna==3.3
loguru==0.6.0
lxml==4.9.0
MarkupSafe==2.1.1
mkdir==2020.12.3
mypy-extensions==0.4.3
nose==1.3.7
orderdict==2020.12.3
packaging==21.3
paramiko==2.11.0
pathspec==0.9.0
platformdirs==2.5.2
promise==2.3
protobuf==3.19.4
pycparser==2.21
pycryptodome==3.15.0
pydantic==1.9.1
PyGithub==1.55
PyJWT==2.4.0
PyNaCl==1.5.0
pyparsing==3.0.9
python-dateutil==2.8.2
python-decouple==3.6
python-http-client==3.3.7
PyYAML==6.0
repoze.lru==0.7
requests==2.28.0
requests-toolbelt==0.9.1
Routes==2.5.1
setupcfg==2020.12.3
setuppy-generator==2020.12.2
six==1.16.0
sortedcontainers==2.4.0
sqlparse==0.4.2
starkbank-ecdsa==2.0.3
text-unidecode==1.3
tinytag==1.8.1
tomli==2.0.1
toposort==1.7
tqdm==4.64.0
typing_extensions==4.2.0
urllib3==1.26.9
scp==0.14.4
[options.entry_points]
console_scripts =
workbench = workbench.src.cli:main
[options.extras_require]
test =
coverage
mock
nose
pycodestyle
pyflakes
requests_mock
setuptools>=36.4.0
[pylint]
max-line-length = "88"