diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-10-05 21:47:33 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-10-05 21:47:33 +0200 |
commit | 01a28fd186c9f03aeea1e21a778d1c1a3e07f3f6 (patch) | |
tree | fff4ba60b14c867c282990eb839c391f20f810b3 /overlays/worktime/poetry.lock | |
parent | aa02038dfa3005a910e8c1b0885843786c8aa58c (diff) | |
download | nixos-01a28fd186c9f03aeea1e21a778d1c1a3e07f3f6.tar nixos-01a28fd186c9f03aeea1e21a778d1c1a3e07f3f6.tar.gz nixos-01a28fd186c9f03aeea1e21a778d1c1a3e07f3f6.tar.bz2 nixos-01a28fd186c9f03aeea1e21a778d1c1a3e07f3f6.tar.xz nixos-01a28fd186c9f03aeea1e21a778d1c1a3e07f3f6.zip |
...
Diffstat (limited to 'overlays/worktime/poetry.lock')
-rw-r--r-- | overlays/worktime/poetry.lock | 32 |
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]] |
4 | name = "backoff" | 4 | name = "backoff" |
5 | version = "2.2.1" | 5 | version = "2.2.1" |
6 | description = "Function decoration for backoff and retry" | 6 | description = "Function decoration for backoff and retry" |
7 | category = "main" | ||
8 | optional = false | 7 | optional = false |
9 | python-versions = ">=3.7,<4.0" | 8 | python-versions = ">=3.7,<4.0" |
10 | files = [ | 9 | files = [ |
@@ -16,7 +15,6 @@ files = [ | |||
16 | name = "certifi" | 15 | name = "certifi" |
17 | version = "2022.12.7" | 16 | version = "2022.12.7" |
18 | description = "Python package for providing Mozilla's CA Bundle." | 17 | description = "Python package for providing Mozilla's CA Bundle." |
19 | category = "main" | ||
20 | optional = false | 18 | optional = false |
21 | python-versions = ">=3.6" | 19 | python-versions = ">=3.6" |
22 | files = [ | 20 | files = [ |
@@ -28,7 +26,6 @@ files = [ | |||
28 | name = "charset-normalizer" | 26 | name = "charset-normalizer" |
29 | version = "3.1.0" | 27 | version = "3.1.0" |
30 | description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." | 28 | description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." |
31 | category = "main" | ||
32 | optional = false | 29 | optional = false |
33 | python-versions = ">=3.7.0" | 30 | python-versions = ">=3.7.0" |
34 | files = [ | 31 | files = [ |
@@ -113,7 +110,6 @@ files = [ | |||
113 | name = "idna" | 110 | name = "idna" |
114 | version = "3.4" | 111 | version = "3.4" |
115 | description = "Internationalized Domain Names in Applications (IDNA)" | 112 | description = "Internationalized Domain Names in Applications (IDNA)" |
116 | category = "main" | ||
117 | optional = false | 113 | optional = false |
118 | python-versions = ">=3.5" | 114 | python-versions = ">=3.5" |
119 | files = [ | 115 | files = [ |
@@ -122,10 +118,25 @@ files = [ | |||
122 | ] | 118 | ] |
123 | 119 | ||
124 | [[package]] | 120 | [[package]] |
121 | name = "jsonpickle" | ||
122 | version = "3.0.2" | ||
123 | description = "Python library for serializing any arbitrary object graph into JSON" | ||
124 | optional = false | ||
125 | python-versions = ">=3.7" | ||
126 | files = [ | ||
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] | ||
132 | docs = ["jaraco.packaging (>=3.2)", "rst.linker (>=1.9)", "sphinx"] | ||
133 | testing = ["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"] | ||
134 | testing-libs = ["simplejson", "ujson"] | ||
135 | |||
136 | [[package]] | ||
125 | name = "python-dateutil" | 137 | name = "python-dateutil" |
126 | version = "2.8.2" | 138 | version = "2.8.2" |
127 | description = "Extensions to the standard Python datetime module" | 139 | description = "Extensions to the standard Python datetime module" |
128 | category = "main" | ||
129 | optional = false | 140 | optional = false |
130 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" | 141 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" |
131 | files = [ | 142 | files = [ |
@@ -140,7 +151,6 @@ six = ">=1.5" | |||
140 | name = "pyxdg" | 151 | name = "pyxdg" |
141 | version = "0.28" | 152 | version = "0.28" |
142 | description = "PyXDG contains implementations of freedesktop.org standards in python." | 153 | description = "PyXDG contains implementations of freedesktop.org standards in python." |
143 | category = "main" | ||
144 | optional = false | 154 | optional = false |
145 | python-versions = "*" | 155 | python-versions = "*" |
146 | files = [ | 156 | files = [ |
@@ -152,7 +162,6 @@ files = [ | |||
152 | name = "requests" | 162 | name = "requests" |
153 | version = "2.28.2" | 163 | version = "2.28.2" |
154 | description = "Python HTTP for Humans." | 164 | description = "Python HTTP for Humans." |
155 | category = "main" | ||
156 | optional = false | 165 | optional = false |
157 | python-versions = ">=3.7, <4" | 166 | python-versions = ">=3.7, <4" |
158 | files = [ | 167 | files = [ |
@@ -174,7 +183,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] | |||
174 | name = "six" | 183 | name = "six" |
175 | version = "1.16.0" | 184 | version = "1.16.0" |
176 | description = "Python 2 and 3 compatibility utilities" | 185 | description = "Python 2 and 3 compatibility utilities" |
177 | category = "main" | ||
178 | optional = false | 186 | optional = false |
179 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" | 187 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" |
180 | files = [ | 188 | files = [ |
@@ -186,7 +194,6 @@ files = [ | |||
186 | name = "tabulate" | 194 | name = "tabulate" |
187 | version = "0.9.0" | 195 | version = "0.9.0" |
188 | description = "Pretty-print tabular data" | 196 | description = "Pretty-print tabular data" |
189 | category = "main" | ||
190 | optional = false | 197 | optional = false |
191 | python-versions = ">=3.7" | 198 | python-versions = ">=3.7" |
192 | files = [ | 199 | files = [ |
@@ -201,7 +208,6 @@ widechars = ["wcwidth"] | |||
201 | name = "toml" | 208 | name = "toml" |
202 | version = "0.10.2" | 209 | version = "0.10.2" |
203 | description = "Python Library for Tom's Obvious, Minimal Language" | 210 | description = "Python Library for Tom's Obvious, Minimal Language" |
204 | category = "main" | ||
205 | optional = false | 211 | optional = false |
206 | python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" | 212 | python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
207 | files = [ | 213 | files = [ |
@@ -213,7 +219,6 @@ files = [ | |||
213 | name = "uritools" | 219 | name = "uritools" |
214 | version = "4.0.1" | 220 | version = "4.0.1" |
215 | description = "URI parsing, classification and composition" | 221 | description = "URI parsing, classification and composition" |
216 | category = "main" | ||
217 | optional = false | 222 | optional = false |
218 | python-versions = "~=3.7" | 223 | python-versions = "~=3.7" |
219 | files = [ | 224 | files = [ |
@@ -225,7 +230,6 @@ files = [ | |||
225 | name = "urllib3" | 230 | name = "urllib3" |
226 | version = "1.26.15" | 231 | version = "1.26.15" |
227 | description = "HTTP library with thread-safe connection pooling, file post, and more." | 232 | description = "HTTP library with thread-safe connection pooling, file post, and more." |
228 | category = "main" | ||
229 | optional = false | 233 | optional = false |
230 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" | 234 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" |
231 | files = [ | 235 | files = [ |
@@ -241,4 +245,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] | |||
241 | [metadata] | 245 | [metadata] |
242 | lock-version = "2.0" | 246 | lock-version = "2.0" |
243 | python-versions = "^3.10" | 247 | python-versions = "^3.10" |
244 | content-hash = "0d556c1b7f4ca6764a006e10ef9949359911925a9dae09d25a3c3d26d8966790" | 248 | content-hash = "d9137b4f8e37bba934abf732e4a2aeeb9924c4b6576830d8ae08bdb43b4e147f" |