-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.lock
39 lines (34 loc) · 1.21 KB
/
pyproject.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
31
32
33
34
35
36
37
38
39
[[package]]
category = "main"
description = "Extensions to the standard Python datetime module"
name = "python-dateutil"
optional = false
platform = "*"
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
version = "2.7.3"
[package.dependencies]
six = ">=1.5"
[[package]]
category = "main"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
platform = "*"
python-versions = "*"
version = "1.11.0"
[[package]]
category = "main"
description = "TinyDB is a tiny, document oriented database optimized for your happiness :)"
name = "tinydb"
optional = false
platform = "*"
python-versions = "*"
version = "3.11.1"
[metadata]
content-hash = "39adbecb943b2ede76fe298c20098b13ba09568e1683b1f7dac1089408df499a"
platform = "*"
python-versions = "*"
[metadata.hashes]
python-dateutil = ["1adb80e7a782c12e52ef9a8182bebeb73f1d7e24e374397af06fb4956c8dc5c0", "e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8"]
six = ["70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9", "832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb"]
tinydb = ["2b3dfb59dfb981bf719773bbf78e10ff2081104fe62793d1c4bdbd6f9c62a843", "643807a7793c6ee358d7d7b548ea0828660bff1899b178307bb862e97df645b1"]