Changeset - 8c5a685e6cba
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 20 months ago 2023-05-19 19:08:45
drewp@bigasterisk.com
add tls extras to twisted
2 files changed with 67 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pdm.lock
Show inline comments
 
@@ -515,6 +515,21 @@ version = "0.2.2"
 
summary = "Safely evaluate AST nodes without side effects"
 

	
 
[[package]]
 
name = "pyasn1"
 
version = "0.5.0"
 
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
 
summary = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
 

	
 
[[package]]
 
name = "pyasn1-modules"
 
version = "0.3.0"
 
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
 
summary = "A collection of ASN.1-based protocols modules"
 
dependencies = [
 
    "pyasn1<0.6.0,>=0.4.6",
 
]
 

	
 
[[package]]
 
name = "pycairo"
 
version = "1.23.0"
 
requires_python = ">=3.7"
 
@@ -593,6 +608,15 @@ dependencies = [
 
]
 

	
 
[[package]]
 
name = "pyopenssl"
 
version = "23.1.1"
 
requires_python = ">=3.6"
 
summary = "Python wrapper module around the OpenSSL library"
 
dependencies = [
 
    "cryptography<41,>=38.0.0",
 
]
 

	
 
[[package]]
 
name = "pyparsing"
 
version = "3.0.9"
 
requires_python = ">=3.6.8"
 
@@ -722,6 +746,18 @@ dependencies = [
 
]
 

	
 
[[package]]
 
name = "service-identity"
 
version = "21.1.0"
 
summary = "Service identity verification for pyOpenSSL & cryptography."
 
dependencies = [
 
    "attrs>=19.1.0",
 
    "cryptography",
 
    "pyasn1",
 
    "pyasn1-modules",
 
    "six",
 
]
 

	
 
[[package]]
 
name = "setuptools"
 
version = "67.7.2"
 
requires_python = ">=3.7"
 
@@ -834,6 +870,19 @@ version = "1.0.3"
 
summary = "An extension for use in the twisted I/O Completion Ports reactor."
 

	
 
[[package]]
 
name = "twisted"
 
version = "22.10.0"
 
extras = ["tls"]
 
requires_python = ">=3.7.1"
 
summary = "An asynchronous networking framework written in Python"
 
dependencies = [
 
    "idna>=2.4",
 
    "pyopenssl>=21.0.0",
 
    "service-identity>=18.1.0",
 
    "twisted==22.10.0",
 
]
 

	
 
[[package]]
 
name = "txaio"
 
version = "23.1.1"
 
requires_python = ">=3.7"
 
@@ -971,7 +1020,7 @@ dependencies = [
 

	
 
[metadata]
 
lock_version = "4.1"
 
content_hash = "sha256:6a081ad4d27d53f2d9d027f67f9625cefcf1800afe769ead9aa2b147dcb6346b"
 
content_hash = "sha256:f6edf9705a4cc5011c8ebdaf29dc2fafe9d069072a34cd16fdc79d8c3786bb57"
 

	
 
[metadata.files]
 
"aiohttp 3.8.4" = [
 
@@ -1872,6 +1921,14 @@ content_hash = "sha256:6a081ad4d27d53f2d
 
    {url = "https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"},
 
    {url = "https://files.pythonhosted.org/packages/97/5a/0bc937c25d3ce4e0a74335222aee05455d6afa2888032185f8ab50cdf6fd/pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"},
 
]
 
"pyasn1 0.5.0" = [
 
    {url = "https://files.pythonhosted.org/packages/14/e5/b56a725cbde139aa960c26a1a3ca4d4af437282e20b5314ee6a3501e7dfc/pyasn1-0.5.0-py2.py3-none-any.whl", hash = "sha256:87a2121042a1ac9358cabcaf1d07680ff97ee6404333bacca15f76aa8ad01a57"},
 
    {url = "https://files.pythonhosted.org/packages/61/ef/945a8bcda7895717c8ba4688c08a11ef6454f32b8e5cb6e352a9004ee89d/pyasn1-0.5.0.tar.gz", hash = "sha256:97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde"},
 
]
 
"pyasn1-modules 0.3.0" = [
 
    {url = "https://files.pythonhosted.org/packages/3b/e4/7dec823b1b5603c5b3c51e942d5d9e65efd6ff946e713a325ed4146d070f/pyasn1_modules-0.3.0.tar.gz", hash = "sha256:5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c"},
 
    {url = "https://files.pythonhosted.org/packages/cd/8e/bea464350e1b8c6ed0da3a312659cb648804a08af6cacc6435867f74f8bd/pyasn1_modules-0.3.0-py2.py3-none-any.whl", hash = "sha256:d3ccd6ed470d9ffbc716be08bd90efbd44d0734bc9303818f7336070984a162d"},
 
]
 
"pycairo 1.23.0" = [
 
    {url = "https://files.pythonhosted.org/packages/22/c2/66614071e19d82763b2bb8de6260ea96b88d53c65cd8d90f1502b85d9fa7/pycairo-1.23.0-cp311-cp311-win32.whl", hash = "sha256:3a71f758e461180d241e62ef52e85499c843bd2660fd6d87cec99c9833792bfa"},
 
    {url = "https://files.pythonhosted.org/packages/28/2e/a08b0dd51bcd9ddd536ad4d133ffa1850f98072cca858b385dc116944867/pycairo-1.23.0-cp37-cp37m-win_amd64.whl", hash = "sha256:ec305fc7f2f0299df78aadec0eaf6eb9accb90eda242b5d3492544d3f2b28027"},
 
@@ -1919,6 +1976,10 @@ content_hash = "sha256:6a081ad4d27d53f2d
 
"pyjade 4.0.0" = [
 
    {url = "https://files.pythonhosted.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd4d00f7064712e4dd48f24c02ca95/pyjade-4.0.0.tar.gz", hash = "sha256:8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7"},
 
]
 
"pyopenssl 23.1.1" = [
 
    {url = "https://files.pythonhosted.org/packages/8f/72/f1d9e92f5d3a58aba3b71ad512de19eb9f82e7b98795662bf7b796be71e5/pyOpenSSL-23.1.1.tar.gz", hash = "sha256:841498b9bec61623b1b6c47ebbc02367c07d60e0e195f19790817f10cc8db0b7"},
 
    {url = "https://files.pythonhosted.org/packages/b7/6d/d7377332703ffd8821878794aca4fb54637da654bf3e467ffb32109c2147/pyOpenSSL-23.1.1-py3-none-any.whl", hash = "sha256:9e0c526404a210df9d2b18cd33364beadb0dc858a739b885677bc65e105d4a4c"},
 
]
 
"pyparsing 3.0.9" = [
 
    {url = "https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
 
    {url = "https://files.pythonhosted.org/packages/71/22/207523d16464c40a0310d2d4d8926daffa00ac1f5b1576170a32db749636/pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
 
@@ -2109,6 +2170,10 @@ content_hash = "sha256:6a081ad4d27d53f2d
 
    {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"},
 
    {url = "https://files.pythonhosted.org/packages/fb/ba/1733dbbc19f2aa07d100cfa220bcc83a3977bc5c9f0a5ad262dae1f3ab90/scipy-1.9.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1884b66a54887e21addf9c16fb588720a8309a57b2e258ae1c7986d4444d3bc0"},
 
]
 
"service-identity 21.1.0" = [
 
    {url = "https://files.pythonhosted.org/packages/09/2e/26ade69944773df4748c19d3053e025b282f48de02aad84906d34a29d28b/service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"},
 
    {url = "https://files.pythonhosted.org/packages/93/5a/5e93f280ec7be676b5a57f305350f439d31ced168bca04e6ffa64b575664/service_identity-21.1.0-py2.py3-none-any.whl", hash = "sha256:f0b0caac3d40627c3c04d7a51b6e06721857a0e10a8775f2d1d7e72901b3a7db"},
 
]
 
"setuptools 67.7.2" = [
 
    {url = "https://files.pythonhosted.org/packages/2f/8c/f336a966d4097c7cef6fc699b2ecb83b5fb63fd698198c1b5c7905a74f0f/setuptools-67.7.2-py3-none-any.whl", hash = "sha256:23aaf86b85ca52ceb801d32703f12d77517b2556af839621c641fca11287952b"},
 
    {url = "https://files.pythonhosted.org/packages/fd/53/e5d7ae40d03e4ed20b7cba317cf9c0c97097c8debb39f9d72d182a6578a2/setuptools-67.7.2.tar.gz", hash = "sha256:f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990"},
pyproject.toml
Show inline comments
 
@@ -9,7 +9,7 @@ dependencies = [
 
    "pyjade",
 
    "pyserial",
 
    "pyusb",
 
    "twisted",
 
    "twisted[tls]>=22.10.0",
 
    "txzmq",
 
    "aiohttp>=3.8.1",
 
    "coloredlogs>=15.0.1",
0 comments (0 inline, 0 general)