Bump Python version to 3.9
Blender uses Python 3.9 nowadays, so it can be required in BAT as well.
This commit is contained in:
parent
e792f31ced
commit
46466de7db
1507
poetry.lock
generated
1507
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@ classifiers = [
|
|||||||
s3 = ["boto3"]
|
s3 = ["boto3"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.5"
|
python = "^3.9"
|
||||||
requests = "^2.11"
|
requests = "^2.11"
|
||||||
|
|
||||||
# For S3 storage support:
|
# For S3 storage support:
|
||||||
@ -42,6 +42,7 @@ sphinx-rtd-theme = "^0.4"
|
|||||||
responses = "^0.10"
|
responses = "^0.10"
|
||||||
pathlib2 = {version = "^2.3", python = "<3.6"}
|
pathlib2 = {version = "^2.3", python = "<3.6"}
|
||||||
tox = "^3.12"
|
tox = "^3.12"
|
||||||
|
types-requests = "^2.25.0"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
bat = 'blender_asset_tracer.cli:cli_main'
|
bat = 'blender_asset_tracer.cli:cli_main'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user