forked from lichess-org/scalachess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile.lock
30 lines (30 loc) · 821 Bytes
/
Pipfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"_meta": {
"hash": {
"sha256": "b673e25b6f124b9b9c3f842696d39b183aa91f79f1d11abd5678d03d5f2dfc2e"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.12"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {
"chess": {
"hashes": [
"sha256:48ff7c084a370811819cfc753c2ee159942356ada70824666bd01ee3fca170d0",
"sha256:bccde105f54aa436e899f92b4ba953731c65012a863fd9235683d0e2863ccd54"
],
"index": "pypi",
"markers": "python_version >= '3.7'",
"version": "==1.10.0"
}
}
}