Mercurial > code > home > repos > light9
comparison pdm.lock @ 2168:8c5a685e6cba
add tls extras to twisted
author | drewp@bigasterisk.com |
---|---|
date | Fri, 19 May 2023 12:08:45 -0700 |
parents | aecbcddccfea |
children | acf1b68d031a |
comparison
equal
deleted
inserted
replaced
2167:aecbcddccfea | 2168:8c5a685e6cba |
---|---|
513 name = "pure-eval" | 513 name = "pure-eval" |
514 version = "0.2.2" | 514 version = "0.2.2" |
515 summary = "Safely evaluate AST nodes without side effects" | 515 summary = "Safely evaluate AST nodes without side effects" |
516 | 516 |
517 [[package]] | 517 [[package]] |
518 name = "pyasn1" | |
519 version = "0.5.0" | |
520 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" | |
521 summary = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)" | |
522 | |
523 [[package]] | |
524 name = "pyasn1-modules" | |
525 version = "0.3.0" | |
526 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" | |
527 summary = "A collection of ASN.1-based protocols modules" | |
528 dependencies = [ | |
529 "pyasn1<0.6.0,>=0.4.6", | |
530 ] | |
531 | |
532 [[package]] | |
518 name = "pycairo" | 533 name = "pycairo" |
519 version = "1.23.0" | 534 version = "1.23.0" |
520 requires_python = ">=3.7" | 535 requires_python = ">=3.7" |
521 summary = "Python interface for cairo" | 536 summary = "Python interface for cairo" |
522 | 537 |
588 name = "pyjade" | 603 name = "pyjade" |
589 version = "4.0.0" | 604 version = "4.0.0" |
590 summary = "Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates" | 605 summary = "Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates" |
591 dependencies = [ | 606 dependencies = [ |
592 "six", | 607 "six", |
608 ] | |
609 | |
610 [[package]] | |
611 name = "pyopenssl" | |
612 version = "23.1.1" | |
613 requires_python = ">=3.6" | |
614 summary = "Python wrapper module around the OpenSSL library" | |
615 dependencies = [ | |
616 "cryptography<41,>=38.0.0", | |
593 ] | 617 ] |
594 | 618 |
595 [[package]] | 619 [[package]] |
596 name = "pyparsing" | 620 name = "pyparsing" |
597 version = "3.0.9" | 621 version = "3.0.9" |
717 version = "1.9.3" | 741 version = "1.9.3" |
718 requires_python = ">=3.8" | 742 requires_python = ">=3.8" |
719 summary = "Fundamental algorithms for scientific computing in Python" | 743 summary = "Fundamental algorithms for scientific computing in Python" |
720 dependencies = [ | 744 dependencies = [ |
721 "numpy<1.26.0,>=1.18.5", | 745 "numpy<1.26.0,>=1.18.5", |
746 ] | |
747 | |
748 [[package]] | |
749 name = "service-identity" | |
750 version = "21.1.0" | |
751 summary = "Service identity verification for pyOpenSSL & cryptography." | |
752 dependencies = [ | |
753 "attrs>=19.1.0", | |
754 "cryptography", | |
755 "pyasn1", | |
756 "pyasn1-modules", | |
757 "six", | |
722 ] | 758 ] |
723 | 759 |
724 [[package]] | 760 [[package]] |
725 name = "setuptools" | 761 name = "setuptools" |
726 version = "67.7.2" | 762 version = "67.7.2" |
832 name = "twisted-iocpsupport" | 868 name = "twisted-iocpsupport" |
833 version = "1.0.3" | 869 version = "1.0.3" |
834 summary = "An extension for use in the twisted I/O Completion Ports reactor." | 870 summary = "An extension for use in the twisted I/O Completion Ports reactor." |
835 | 871 |
836 [[package]] | 872 [[package]] |
873 name = "twisted" | |
874 version = "22.10.0" | |
875 extras = ["tls"] | |
876 requires_python = ">=3.7.1" | |
877 summary = "An asynchronous networking framework written in Python" | |
878 dependencies = [ | |
879 "idna>=2.4", | |
880 "pyopenssl>=21.0.0", | |
881 "service-identity>=18.1.0", | |
882 "twisted==22.10.0", | |
883 ] | |
884 | |
885 [[package]] | |
837 name = "txaio" | 886 name = "txaio" |
838 version = "23.1.1" | 887 version = "23.1.1" |
839 requires_python = ">=3.7" | 888 requires_python = ">=3.7" |
840 summary = "Compatibility API between asyncio/Twisted/Trollius" | 889 summary = "Compatibility API between asyncio/Twisted/Trollius" |
841 | 890 |
969 "setuptools", | 1018 "setuptools", |
970 ] | 1019 ] |
971 | 1020 |
972 [metadata] | 1021 [metadata] |
973 lock_version = "4.1" | 1022 lock_version = "4.1" |
974 content_hash = "sha256:6a081ad4d27d53f2d9d027f67f9625cefcf1800afe769ead9aa2b147dcb6346b" | 1023 content_hash = "sha256:f6edf9705a4cc5011c8ebdaf29dc2fafe9d069072a34cd16fdc79d8c3786bb57" |
975 | 1024 |
976 [metadata.files] | 1025 [metadata.files] |
977 "aiohttp 3.8.4" = [ | 1026 "aiohttp 3.8.4" = [ |
978 {url = "https://files.pythonhosted.org/packages/03/e7/84b65e341b1f45753fea51158d8a9522e57a5ae804acbc6dc34edf07cea0/aiohttp-3.8.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bca5f24726e2919de94f047739d0a4fc01372801a3672708260546aa2601bf57"}, | 1027 {url = "https://files.pythonhosted.org/packages/03/e7/84b65e341b1f45753fea51158d8a9522e57a5ae804acbc6dc34edf07cea0/aiohttp-3.8.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bca5f24726e2919de94f047739d0a4fc01372801a3672708260546aa2601bf57"}, |
979 {url = "https://files.pythonhosted.org/packages/04/03/3ce412b191aba5961b4ada3ee7a93498623e218fb4d50ac6d357da61dc26/aiohttp-3.8.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8189c56eb0ddbb95bfadb8f60ea1b22fcfa659396ea36f6adcc521213cd7b44d"}, | 1028 {url = "https://files.pythonhosted.org/packages/04/03/3ce412b191aba5961b4ada3ee7a93498623e218fb4d50ac6d357da61dc26/aiohttp-3.8.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8189c56eb0ddbb95bfadb8f60ea1b22fcfa659396ea36f6adcc521213cd7b44d"}, |
1870 ] | 1919 ] |
1871 "pure-eval 0.2.2" = [ | 1920 "pure-eval 0.2.2" = [ |
1872 {url = "https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"}, | 1921 {url = "https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"}, |
1873 {url = "https://files.pythonhosted.org/packages/97/5a/0bc937c25d3ce4e0a74335222aee05455d6afa2888032185f8ab50cdf6fd/pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"}, | 1922 {url = "https://files.pythonhosted.org/packages/97/5a/0bc937c25d3ce4e0a74335222aee05455d6afa2888032185f8ab50cdf6fd/pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"}, |
1874 ] | 1923 ] |
1924 "pyasn1 0.5.0" = [ | |
1925 {url = "https://files.pythonhosted.org/packages/14/e5/b56a725cbde139aa960c26a1a3ca4d4af437282e20b5314ee6a3501e7dfc/pyasn1-0.5.0-py2.py3-none-any.whl", hash = "sha256:87a2121042a1ac9358cabcaf1d07680ff97ee6404333bacca15f76aa8ad01a57"}, | |
1926 {url = "https://files.pythonhosted.org/packages/61/ef/945a8bcda7895717c8ba4688c08a11ef6454f32b8e5cb6e352a9004ee89d/pyasn1-0.5.0.tar.gz", hash = "sha256:97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde"}, | |
1927 ] | |
1928 "pyasn1-modules 0.3.0" = [ | |
1929 {url = "https://files.pythonhosted.org/packages/3b/e4/7dec823b1b5603c5b3c51e942d5d9e65efd6ff946e713a325ed4146d070f/pyasn1_modules-0.3.0.tar.gz", hash = "sha256:5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c"}, | |
1930 {url = "https://files.pythonhosted.org/packages/cd/8e/bea464350e1b8c6ed0da3a312659cb648804a08af6cacc6435867f74f8bd/pyasn1_modules-0.3.0-py2.py3-none-any.whl", hash = "sha256:d3ccd6ed470d9ffbc716be08bd90efbd44d0734bc9303818f7336070984a162d"}, | |
1931 ] | |
1875 "pycairo 1.23.0" = [ | 1932 "pycairo 1.23.0" = [ |
1876 {url = "https://files.pythonhosted.org/packages/22/c2/66614071e19d82763b2bb8de6260ea96b88d53c65cd8d90f1502b85d9fa7/pycairo-1.23.0-cp311-cp311-win32.whl", hash = "sha256:3a71f758e461180d241e62ef52e85499c843bd2660fd6d87cec99c9833792bfa"}, | 1933 {url = "https://files.pythonhosted.org/packages/22/c2/66614071e19d82763b2bb8de6260ea96b88d53c65cd8d90f1502b85d9fa7/pycairo-1.23.0-cp311-cp311-win32.whl", hash = "sha256:3a71f758e461180d241e62ef52e85499c843bd2660fd6d87cec99c9833792bfa"}, |
1877 {url = "https://files.pythonhosted.org/packages/28/2e/a08b0dd51bcd9ddd536ad4d133ffa1850f98072cca858b385dc116944867/pycairo-1.23.0-cp37-cp37m-win_amd64.whl", hash = "sha256:ec305fc7f2f0299df78aadec0eaf6eb9accb90eda242b5d3492544d3f2b28027"}, | 1934 {url = "https://files.pythonhosted.org/packages/28/2e/a08b0dd51bcd9ddd536ad4d133ffa1850f98072cca858b385dc116944867/pycairo-1.23.0-cp37-cp37m-win_amd64.whl", hash = "sha256:ec305fc7f2f0299df78aadec0eaf6eb9accb90eda242b5d3492544d3f2b28027"}, |
1878 {url = "https://files.pythonhosted.org/packages/3b/64/7841f74b66de97c2527dc937a35356dfd09b44da791ec16e44e326a0cb52/pycairo-1.23.0-cp38-cp38-win32.whl", hash = "sha256:1a6d8e0f353062ad92954784e33dbbaf66c880c9c30e947996c542ed9748aaaf"}, | 1935 {url = "https://files.pythonhosted.org/packages/3b/64/7841f74b66de97c2527dc937a35356dfd09b44da791ec16e44e326a0cb52/pycairo-1.23.0-cp38-cp38-win32.whl", hash = "sha256:1a6d8e0f353062ad92954784e33dbbaf66c880c9c30e947996c542ed9748aaaf"}, |
1879 {url = "https://files.pythonhosted.org/packages/5b/50/c3512f7b1158ceb688d5982aa4ca00cb2c863276954f136d66997308cf5b/pycairo-1.23.0-cp310-cp310-win_amd64.whl", hash = "sha256:e7cde633986435d87a86b6118b7b6109c384266fd719ef959883e2729f6eafae"}, | 1936 {url = "https://files.pythonhosted.org/packages/5b/50/c3512f7b1158ceb688d5982aa4ca00cb2c863276954f136d66997308cf5b/pycairo-1.23.0-cp310-cp310-win_amd64.whl", hash = "sha256:e7cde633986435d87a86b6118b7b6109c384266fd719ef959883e2729f6eafae"}, |
1916 "pygobject 3.44.1" = [ | 1973 "pygobject 3.44.1" = [ |
1917 {url = "https://files.pythonhosted.org/packages/44/80/96d6317a15a13a4f80ffa61118dc144a70756135fbc6ace30f9b033f51f7/PyGObject-3.44.1.tar.gz", hash = "sha256:665fbe980c91e8b31ad78ed3f66879946948200864002d193f67eccc1d7d5d83"}, | 1974 {url = "https://files.pythonhosted.org/packages/44/80/96d6317a15a13a4f80ffa61118dc144a70756135fbc6ace30f9b033f51f7/PyGObject-3.44.1.tar.gz", hash = "sha256:665fbe980c91e8b31ad78ed3f66879946948200864002d193f67eccc1d7d5d83"}, |
1918 ] | 1975 ] |
1919 "pyjade 4.0.0" = [ | 1976 "pyjade 4.0.0" = [ |
1920 {url = "https://files.pythonhosted.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd4d00f7064712e4dd48f24c02ca95/pyjade-4.0.0.tar.gz", hash = "sha256:8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7"}, | 1977 {url = "https://files.pythonhosted.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd4d00f7064712e4dd48f24c02ca95/pyjade-4.0.0.tar.gz", hash = "sha256:8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7"}, |
1978 ] | |
1979 "pyopenssl 23.1.1" = [ | |
1980 {url = "https://files.pythonhosted.org/packages/8f/72/f1d9e92f5d3a58aba3b71ad512de19eb9f82e7b98795662bf7b796be71e5/pyOpenSSL-23.1.1.tar.gz", hash = "sha256:841498b9bec61623b1b6c47ebbc02367c07d60e0e195f19790817f10cc8db0b7"}, | |
1981 {url = "https://files.pythonhosted.org/packages/b7/6d/d7377332703ffd8821878794aca4fb54637da654bf3e467ffb32109c2147/pyOpenSSL-23.1.1-py3-none-any.whl", hash = "sha256:9e0c526404a210df9d2b18cd33364beadb0dc858a739b885677bc65e105d4a4c"}, | |
1921 ] | 1982 ] |
1922 "pyparsing 3.0.9" = [ | 1983 "pyparsing 3.0.9" = [ |
1923 {url = "https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, | 1984 {url = "https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, |
1924 {url = "https://files.pythonhosted.org/packages/71/22/207523d16464c40a0310d2d4d8926daffa00ac1f5b1576170a32db749636/pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, | 1985 {url = "https://files.pythonhosted.org/packages/71/22/207523d16464c40a0310d2d4d8926daffa00ac1f5b1576170a32db749636/pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, |
1925 ] | 1986 ] |
2107 {url = "https://files.pythonhosted.org/packages/df/75/c0254dc58d1f1b00f9d3dbda029743b71b815dd512461ed20d9b7f459e37/scipy-1.9.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b41bc822679ad1c9a5f023bc93f6d0543129ca0f37c1ce294dd9d386f0a21096"}, | 2168 {url = "https://files.pythonhosted.org/packages/df/75/c0254dc58d1f1b00f9d3dbda029743b71b815dd512461ed20d9b7f459e37/scipy-1.9.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b41bc822679ad1c9a5f023bc93f6d0543129ca0f37c1ce294dd9d386f0a21096"}, |
2108 {url = "https://files.pythonhosted.org/packages/f4/9d/882134b1e774a9227ab855c71a39612194e1106185595417ce92f0f1e78c/scipy-1.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d54222d7a3ba6022fdf5773931b5d7c56efe41ede7f7128c7b1637700409108"}, | 2169 {url = "https://files.pythonhosted.org/packages/f4/9d/882134b1e774a9227ab855c71a39612194e1106185595417ce92f0f1e78c/scipy-1.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d54222d7a3ba6022fdf5773931b5d7c56efe41ede7f7128c7b1637700409108"}, |
2109 {url = "https://files.pythonhosted.org/packages/f9/37/5cd44af74d7178a44452b17ea162bc93996d5555b4a978877d2efd56fe84/scipy-1.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83c06e62a390a9167da60bedd4575a14c1f58ca9dfde59830fc42e5197283dab"}, | 2170 {url = "https://files.pythonhosted.org/packages/f9/37/5cd44af74d7178a44452b17ea162bc93996d5555b4a978877d2efd56fe84/scipy-1.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83c06e62a390a9167da60bedd4575a14c1f58ca9dfde59830fc42e5197283dab"}, |
2110 {url = "https://files.pythonhosted.org/packages/fb/ba/1733dbbc19f2aa07d100cfa220bcc83a3977bc5c9f0a5ad262dae1f3ab90/scipy-1.9.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1884b66a54887e21addf9c16fb588720a8309a57b2e258ae1c7986d4444d3bc0"}, | 2171 {url = "https://files.pythonhosted.org/packages/fb/ba/1733dbbc19f2aa07d100cfa220bcc83a3977bc5c9f0a5ad262dae1f3ab90/scipy-1.9.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1884b66a54887e21addf9c16fb588720a8309a57b2e258ae1c7986d4444d3bc0"}, |
2111 ] | 2172 ] |
2173 "service-identity 21.1.0" = [ | |
2174 {url = "https://files.pythonhosted.org/packages/09/2e/26ade69944773df4748c19d3053e025b282f48de02aad84906d34a29d28b/service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"}, | |
2175 {url = "https://files.pythonhosted.org/packages/93/5a/5e93f280ec7be676b5a57f305350f439d31ced168bca04e6ffa64b575664/service_identity-21.1.0-py2.py3-none-any.whl", hash = "sha256:f0b0caac3d40627c3c04d7a51b6e06721857a0e10a8775f2d1d7e72901b3a7db"}, | |
2176 ] | |
2112 "setuptools 67.7.2" = [ | 2177 "setuptools 67.7.2" = [ |
2113 {url = "https://files.pythonhosted.org/packages/2f/8c/f336a966d4097c7cef6fc699b2ecb83b5fb63fd698198c1b5c7905a74f0f/setuptools-67.7.2-py3-none-any.whl", hash = "sha256:23aaf86b85ca52ceb801d32703f12d77517b2556af839621c641fca11287952b"}, | 2178 {url = "https://files.pythonhosted.org/packages/2f/8c/f336a966d4097c7cef6fc699b2ecb83b5fb63fd698198c1b5c7905a74f0f/setuptools-67.7.2-py3-none-any.whl", hash = "sha256:23aaf86b85ca52ceb801d32703f12d77517b2556af839621c641fca11287952b"}, |
2114 {url = "https://files.pythonhosted.org/packages/fd/53/e5d7ae40d03e4ed20b7cba317cf9c0c97097c8debb39f9d72d182a6578a2/setuptools-67.7.2.tar.gz", hash = "sha256:f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990"}, | 2179 {url = "https://files.pythonhosted.org/packages/fd/53/e5d7ae40d03e4ed20b7cba317cf9c0c97097c8debb39f9d72d182a6578a2/setuptools-67.7.2.tar.gz", hash = "sha256:f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990"}, |
2115 ] | 2180 ] |
2116 "six 1.16.0" = [ | 2181 "six 1.16.0" = [ |