diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-04 10:34:46 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-04 10:34:46 +0200 |
commit | f9476f8b1dda0efdcedd0e5e0615f15d0d9f4cde (patch) | |
tree | 5f25ea51197000313a28d20e16a6eb3eda775d1f /overlays/worktime/poetry.lock | |
parent | dce843e98018baffd6a7d2d157d3362d1395fb0f (diff) | |
download | nixos-f9476f8b1dda0efdcedd0e5e0615f15d0d9f4cde.tar nixos-f9476f8b1dda0efdcedd0e5e0615f15d0d9f4cde.tar.gz nixos-f9476f8b1dda0efdcedd0e5e0615f15d0d9f4cde.tar.bz2 nixos-f9476f8b1dda0efdcedd0e5e0615f15d0d9f4cde.tar.xz nixos-f9476f8b1dda0efdcedd0e5e0615f15d0d9f4cde.zip |
...
Diffstat (limited to 'overlays/worktime/poetry.lock')
-rw-r--r-- | overlays/worktime/poetry.lock | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/overlays/worktime/poetry.lock b/overlays/worktime/poetry.lock index 7a9a9b86..eab1d070 100644 --- a/overlays/worktime/poetry.lock +++ b/overlays/worktime/poetry.lock | |||
@@ -110,22 +110,6 @@ files = [ | |||
110 | ] | 110 | ] |
111 | 111 | ||
112 | [[package]] | 112 | [[package]] |
113 | name = "configparser" | ||
114 | version = "5.3.0" | ||
115 | description = "Updated configparser from stdlib for earlier Pythons." | ||
116 | category = "main" | ||
117 | optional = false | ||
118 | python-versions = ">=3.7" | ||
119 | files = [ | ||
120 | {file = "configparser-5.3.0-py3-none-any.whl", hash = "sha256:b065779fd93c6bf4cee42202fa4351b4bb842e96a3fb469440e484517a49b9fa"}, | ||
121 | {file = "configparser-5.3.0.tar.gz", hash = "sha256:8be267824b541c09b08db124917f48ab525a6c3e837011f3130781a224c57090"}, | ||
122 | ] | ||
123 | |||
124 | [package.extras] | ||
125 | docs = ["jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx"] | ||
126 | testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "types-backports"] | ||
127 | |||
128 | [[package]] | ||
129 | name = "idna" | 113 | name = "idna" |
130 | version = "3.4" | 114 | version = "3.4" |
131 | description = "Internationalized Domain Names in Applications (IDNA)" | 115 | description = "Internationalized Domain Names in Applications (IDNA)" |
@@ -214,6 +198,18 @@ files = [ | |||
214 | widechars = ["wcwidth"] | 198 | widechars = ["wcwidth"] |
215 | 199 | ||
216 | [[package]] | 200 | [[package]] |
201 | name = "toml" | ||
202 | version = "0.10.2" | ||
203 | description = "Python Library for Tom's Obvious, Minimal Language" | ||
204 | category = "main" | ||
205 | optional = false | ||
206 | python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" | ||
207 | files = [ | ||
208 | {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, | ||
209 | {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, | ||
210 | ] | ||
211 | |||
212 | [[package]] | ||
217 | name = "uritools" | 213 | name = "uritools" |
218 | version = "4.0.1" | 214 | version = "4.0.1" |
219 | description = "URI parsing, classification and composition" | 215 | description = "URI parsing, classification and composition" |
@@ -245,4 +241,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] | |||
245 | [metadata] | 241 | [metadata] |
246 | lock-version = "2.0" | 242 | lock-version = "2.0" |
247 | python-versions = "^3.10" | 243 | python-versions = "^3.10" |
248 | content-hash = "30e7918385e12f686b92da70a0be69cd22879892239b65e399828c24d13ca262" | 244 | content-hash = "0d556c1b7f4ca6764a006e10ef9949359911925a9dae09d25a3c3d26d8966790" |