mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Build fixes
This commit is contained in:
parent
2cc4feb5a9
commit
979398a8d5
2 changed files with 10 additions and 1 deletions
1
Pipfile
1
Pipfile
|
|
@ -15,6 +15,7 @@ fonttools = "*"
|
|||
crayons = "*"
|
||||
gitpython = "*"
|
||||
setuptools = "*"
|
||||
pip = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
||||
|
|
|
|||
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "f9eb4ee34146e1bec673ac7d5d81c6481b9ea758abb8a811a759cbae8e8985d1"
|
||||
"sha256": "d9ae6b5214a7df96080a597497b5a387714b75c3c6df7819fc3f8fbf6a3cf1a4"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
|
@ -154,6 +154,14 @@
|
|||
"index": "pypi",
|
||||
"version": "==9.2.0"
|
||||
},
|
||||
"pip": {
|
||||
"hashes": [
|
||||
"sha256:3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b",
|
||||
"sha256:b61a374b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==22.2.2"
|
||||
},
|
||||
"setuptools": {
|
||||
"hashes": [
|
||||
"sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82",
|
||||
|
|
|
|||
Loading…
Reference in a new issue