summaryrefslogtreecommitdiff
path: root/overlays/worktime/poetry.lock
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/worktime/poetry.lock')
-rw-r--r--overlays/worktime/poetry.lock32
1 files changed, 18 insertions, 14 deletions
diff --git a/overlays/worktime/poetry.lock b/overlays/worktime/poetry.lock
index eab1d070..54182b09 100644
--- a/overlays/worktime/poetry.lock
+++ b/overlays/worktime/poetry.lock
@@ -1,10 +1,9 @@
1# This file is automatically @generated by Poetry and should not be changed by hand. 1# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
2 2
3[[package]] 3[[package]]
4name = "backoff" 4name = "backoff"
5version = "2.2.1" 5version = "2.2.1"
6description = "Function decoration for backoff and retry" 6description = "Function decoration for backoff and retry"
7category = "main"
8optional = false 7optional = false
9python-versions = ">=3.7,<4.0" 8python-versions = ">=3.7,<4.0"
10files = [ 9files = [
@@ -16,7 +15,6 @@ files = [
16name = "certifi" 15name = "certifi"
17version = "2022.12.7" 16version = "2022.12.7"
18description = "Python package for providing Mozilla's CA Bundle." 17description = "Python package for providing Mozilla's CA Bundle."
19category = "main"
20optional = false 18optional = false
21python-versions = ">=3.6" 19python-versions = ">=3.6"
22files = [ 20files = [
@@ -28,7 +26,6 @@ files = [
28name = "charset-normalizer" 26name = "charset-normalizer"
29version = "3.1.0" 27version = "3.1.0"
30description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." 28description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
31category = "main"
32optional = false 29optional = false
33python-versions = ">=3.7.0" 30python-versions = ">=3.7.0"
34files = [ 31files = [
@@ -113,7 +110,6 @@ files = [
113name = "idna" 110name = "idna"
114version = "3.4" 111version = "3.4"
115description = "Internationalized Domain Names in Applications (IDNA)" 112description = "Internationalized Domain Names in Applications (IDNA)"
116category = "main"
117optional = false 113optional = false
118python-versions = ">=3.5" 114python-versions = ">=3.5"
119files = [ 115files = [
@@ -122,10 +118,25 @@ files = [
122] 118]
123 119
124[[package]] 120[[package]]
121name = "jsonpickle"
122version = "3.0.2"
123description = "Python library for serializing any arbitrary object graph into JSON"
124optional = false
125python-versions = ">=3.7"
126files = [
127 {file = "jsonpickle-3.0.2-py3-none-any.whl", hash = "sha256:4a8442d97ca3f77978afa58068768dba7bff2dbabe79a9647bc3cdafd4ef019f"},
128 {file = "jsonpickle-3.0.2.tar.gz", hash = "sha256:e37abba4bfb3ca4a4647d28bb9f4706436f7b46c8a8333b4a718abafa8e46b37"},
129]
130
131[package.extras]
132docs = ["jaraco.packaging (>=3.2)", "rst.linker (>=1.9)", "sphinx"]
133testing = ["ecdsa", "feedparser", "gmpy2", "numpy", "pandas", "pymongo", "pytest (>=3.5,!=3.7.3)", "pytest-black-multipy", "pytest-checkdocs (>=1.2.3)", "pytest-cov", "pytest-flake8 (>=1.1.1)", "scikit-learn", "sqlalchemy"]
134testing-libs = ["simplejson", "ujson"]
135
136[[package]]
125name = "python-dateutil" 137name = "python-dateutil"
126version = "2.8.2" 138version = "2.8.2"
127description = "Extensions to the standard Python datetime module" 139description = "Extensions to the standard Python datetime module"
128category = "main"
129optional = false 140optional = false
130python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" 141python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
131files = [ 142files = [
@@ -140,7 +151,6 @@ six = ">=1.5"
140name = "pyxdg" 151name = "pyxdg"
141version = "0.28" 152version = "0.28"
142description = "PyXDG contains implementations of freedesktop.org standards in python." 153description = "PyXDG contains implementations of freedesktop.org standards in python."
143category = "main"
144optional = false 154optional = false
145python-versions = "*" 155python-versions = "*"
146files = [ 156files = [
@@ -152,7 +162,6 @@ files = [
152name = "requests" 162name = "requests"
153version = "2.28.2" 163version = "2.28.2"
154description = "Python HTTP for Humans." 164description = "Python HTTP for Humans."
155category = "main"
156optional = false 165optional = false
157python-versions = ">=3.7, <4" 166python-versions = ">=3.7, <4"
158files = [ 167files = [
@@ -174,7 +183,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
174name = "six" 183name = "six"
175version = "1.16.0" 184version = "1.16.0"
176description = "Python 2 and 3 compatibility utilities" 185description = "Python 2 and 3 compatibility utilities"
177category = "main"
178optional = false 186optional = false
179python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" 187python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
180files = [ 188files = [
@@ -186,7 +194,6 @@ files = [
186name = "tabulate" 194name = "tabulate"
187version = "0.9.0" 195version = "0.9.0"
188description = "Pretty-print tabular data" 196description = "Pretty-print tabular data"
189category = "main"
190optional = false 197optional = false
191python-versions = ">=3.7" 198python-versions = ">=3.7"
192files = [ 199files = [
@@ -201,7 +208,6 @@ widechars = ["wcwidth"]
201name = "toml" 208name = "toml"
202version = "0.10.2" 209version = "0.10.2"
203description = "Python Library for Tom's Obvious, Minimal Language" 210description = "Python Library for Tom's Obvious, Minimal Language"
204category = "main"
205optional = false 211optional = false
206python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" 212python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
207files = [ 213files = [
@@ -213,7 +219,6 @@ files = [
213name = "uritools" 219name = "uritools"
214version = "4.0.1" 220version = "4.0.1"
215description = "URI parsing, classification and composition" 221description = "URI parsing, classification and composition"
216category = "main"
217optional = false 222optional = false
218python-versions = "~=3.7" 223python-versions = "~=3.7"
219files = [ 224files = [
@@ -225,7 +230,6 @@ files = [
225name = "urllib3" 230name = "urllib3"
226version = "1.26.15" 231version = "1.26.15"
227description = "HTTP library with thread-safe connection pooling, file post, and more." 232description = "HTTP library with thread-safe connection pooling, file post, and more."
228category = "main"
229optional = false 233optional = false
230python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" 234python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
231files = [ 235files = [
@@ -241,4 +245,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
241[metadata] 245[metadata]
242lock-version = "2.0" 246lock-version = "2.0"
243python-versions = "^3.10" 247python-versions = "^3.10"
244content-hash = "0d556c1b7f4ca6764a006e10ef9949359911925a9dae09d25a3c3d26d8966790" 248content-hash = "d9137b4f8e37bba934abf732e4a2aeeb9924c4b6576830d8ae08bdb43b4e147f"