require python 3, not 3.10
This commit is contained in:
parent
c039692fa4
commit
5622cbd553
1 changed files with 1 additions and 1 deletions
2
Pipfile
2
Pipfile
|
@ -11,4 +11,4 @@ pillow = "*"
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.10"
|
python_version = "3"
|
||||||
|
|
Loading…
Reference in a new issue