Revert "Bump Python version to 3.9"
This reverts commit 46466de7db924d374a97c74219db9694b9a67bbd. Tox wasn't set up correctly for this bump, and we may want to keep compatibility with older Blenders as well.
This commit is contained in:
parent
b36effa6ec
commit
2fe39fb347
1443
poetry.lock
generated
1443
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.9"
|
python = "^3.5"
|
||||||
requests = "^2.11"
|
requests = "^2.11"
|
||||||
|
|
||||||
# For S3 storage support:
|
# For S3 storage support:
|
||||||
@ -42,7 +42,6 @@ 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