forked from scarletcafe/discord.py-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
67 lines (60 loc) · 1.7 KB
/
config.yml
File metadata and controls
67 lines (60 loc) · 1.7 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
# this file works as a combination of Dockerfile arguments and Docker tags
# x: ["y", "z"] means the variable is x, and it is reflected in Docker tags y and z.
# tags should decrease in specificity along the list
# a blank tag means it is implicit when omitted
# this is used to automatically generate the Dockerfiles, metadata and readme.
# When updating this ALSO UPDATE .github/workflows/docker-build.yml !!
python_versions:
#"3.13.0rc2": ["3.13.0rc2", "3.13.0", "3.13"]
"3.12.6": ["3.12.6", "3.12", ""]
"3.11.10": ["3.11.10", "3.11"]
"3.10.15": ["3.10.15", "3.10"]
"3.9.20": ["3.9.20", "3.9"]
"3.8.20": ["3.8.20", "3.8"]
distros:
bookworm: ["bookworm", ""]
slim-bookworm: ["slim-bookworm", "slim"]
bullseye: ["bullseye", ""]
slim-bullseye: ["slim-bullseye"]
alpine: ["alpine"]
checkouts:
master: ["master", "dev", "2.5a", "2.5"]
"": ["pypi", "2.4", "2", ""]
# these don't follow the above syntax as they're just pulled by the templates
minor_deps:
asyncpg: asyncpg
click: click
coverage: coverage
flake8: flake8
lxml: lxml
matplotlib: matplotlib
Pillow: Pillow
psutil: psutil
pycryptodome: pycryptodome
pylint: pylint
pytest-cov: pytest-cov
PyYAML: PyYAML
ruamel.yaml: "ruamel.yaml"
toml: toml
twine: twine
major_deps:
aiomysql: aiomysql
beautifulsoup4: beautifulsoup4
cairosvg: cairosvg
colorlog: colorlog
colorthief: colorthief
fuzzywuzzy: fuzzywuzzy[speedup]
humanize: humanize
lru-dict: lru-dict
objgraph: objgraph
parsedatetime: parsedatetime
python-dateutil: python-dateutil
redis: redis
sqlalchemy: sqlalchemy
tabulate: tabulate
tox: tox
wand: wand
stage_types:
0: ['minimal']
1: ['full', '']
2: ['extras']