Get the Shogoth VM to a bit better state; py3.10 Ba'azel
This commit is contained in:
parent
c21eacf107
commit
298699c1d4
9 changed files with 337 additions and 237 deletions
tools/python
|
@ -17,7 +17,7 @@ exports_files([
|
|||
py_runtime(
|
||||
name = "python3_runtime",
|
||||
files = [],
|
||||
interpreter_path = "/usr/bin/python3.9",
|
||||
interpreter_path = "/usr/bin/python3.10",
|
||||
python_version = "PY3",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
|
@ -15,6 +15,7 @@ click==7.1.2
|
|||
colored==1.4.3
|
||||
commonmark==0.9.1
|
||||
coverage==6.2
|
||||
dataclasses
|
||||
Deprecated==1.2.13
|
||||
docutils==0.17.1
|
||||
ExifRead==2.3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue