comparison pdm.lock @ 40:c4e8d697326b

wall calendar html generator
author drewp@bigasterisk.com
date Mon, 27 Nov 2023 12:04:28 -0800
parents cb990883e52f
children ab54c9f65f76
comparison
equal deleted inserted replaced
39:119f0cb719eb 40:c4e8d697326b
3 3
4 [metadata] 4 [metadata]
5 groups = ["default"] 5 groups = ["default"]
6 strategy = ["cross_platform"] 6 strategy = ["cross_platform"]
7 lock_version = "4.4" 7 lock_version = "4.4"
8 content_hash = "sha256:2c0fcd40b87683310b68afd0c1e74ab9bf1c42819da0cd19d7620da06b3399ae" 8 content_hash = "sha256:2931324539323b9cce5b94de69a4f5cb4a7402d15fe7592945994fe49f7636f6"
9 9
10 [[package]] 10 [[package]]
11 name = "aiohttp" 11 name = "aiohttp"
12 version = "3.8.6" 12 version = "3.8.6"
13 requires_python = ">=3.6" 13 requires_python = ">=3.6"
432 requires_python = ">=3.7" 432 requires_python = ">=3.7"
433 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" 433 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
434 files = [ 434 files = [
435 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, 435 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
436 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, 436 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
437 ]
438
439 [[package]]
440 name = "htmlgenerator"
441 version = "1.2.28"
442 summary = "Declarative HTML templating system with lazy rendering"
443 files = [
444 {file = "htmlgenerator-1.2.28-py3-none-any.whl", hash = "sha256:3299b67da0d4bb7b4c640dd5dd7a41743d78cf3264c85564010444a691483d0b"},
445 {file = "htmlgenerator-1.2.28.tar.gz", hash = "sha256:e127d46311b9d28a6be6ce43417dc2a338b6c1a6f0aa5d2ba14319c7f5beb295"},
437 ] 446 ]
438 447
439 [[package]] 448 [[package]]
440 name = "httplib2" 449 name = "httplib2"
441 version = "0.22.0" 450 version = "0.22.0"