Changeset - 1d50165c73b8
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 3 years ago 2022-05-14 05:25:46
drewp@bigasterisk.com
rdfdb to dev version. updates other pkg versions
2 files changed with 67 insertions and 69 deletions:
0 comments (0 inline, 0 general)
pdm.lock
Show inline comments
 
@@ -157,33 +157,33 @@ dependencies = [
 
name = "cyclone"
 
version = "1.3"
 
summary = "Non-blocking web server for Python. Tornado API as a Twisted protocol."
 
dependencies = [
 
    "pyOpenSSL==19.0.0",
 
    "twisted==19.2.1",
 
]
 

	
 
[[package]]
 
name = "cycloneerr"
 
version = "0.4.0"
 
url = "https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz"
 
summary = "UNKNOWN"
 
summary = ""
 
dependencies = [
 
    "cyclone",
 
]
 

	
 
[[package]]
 
name = "decorator"
 
version = "4.4.2"
 
requires_python = ">=2.6, !=3.0.*, !=3.1.*"
 
requires_python = ">=3.5"
 
summary = "Decorators for Humans"
 

	
 
[[package]]
 
name = "executing"
 
version = "0.8.3"
 
summary = "Get the currently executing AST node of a frame, and other information"
 

	
 
[[package]]
 
name = "flake8"
 
version = "4.0.1"
 
requires_python = ">=3.6"
 
summary = "the modular source code checker: pep8 pyflakes and co"
 
@@ -246,32 +246,32 @@ dependencies = [
 
[[package]]
 
name = "idna"
 
version = "3.3"
 
requires_python = ">=3.5"
 
summary = "Internationalized Domain Names in Applications (IDNA)"
 

	
 
[[package]]
 
name = "imageio"
 
version = "2.16.1"
 
requires_python = ">=3.7"
 
summary = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats."
 
dependencies = [
 
    "numpy>=1.20.0",
 
    "numpy",
 
    "pillow>=8.3.2",
 
]
 

	
 
[[package]]
 
name = "imageio-ffmpeg"
 
version = "0.4.5"
 
requires_python = ">=3.4"
 
requires_python = ">=3.5"
 
summary = "FFMPEG wrapper for Python"
 

	
 
[[package]]
 
name = "incremental"
 
version = "21.3.0"
 
summary = "A small library that versions your Python projects."
 

	
 
[[package]]
 
name = "iniconfig"
 
version = "1.1.1"
 
summary = "iniconfig: brain-dead simple config-ini parsing"
 

	
 
@@ -399,25 +399,25 @@ dependencies = [
 
    "proglog<=1.0.0",
 
    "requests<3.0,>=2.8.1",
 
    "tqdm<5.0,>=4.11.2",
 
]
 

	
 
[[package]]
 
name = "mypy"
 
version = "0.942"
 
requires_python = ">=3.6"
 
summary = "Optional static typing for Python"
 
dependencies = [
 
    "mypy-extensions>=0.4.3",
 
    "tomli>=1.1.0",
 
    "tomli>=1.1.0; python_version < \"3.11\"",
 
    "typing-extensions>=3.10",
 
]
 

	
 
[[package]]
 
name = "mypy-extensions"
 
version = "0.4.3"
 
summary = "Experimental type system extensions for programs checked with the mypy typechecker."
 

	
 
[[package]]
 
name = "networkx"
 
version = "2.7.1"
 
requires_python = ">=3.8"
 
@@ -573,64 +573,58 @@ summary = "passive checker of Python pro
 
name = "pyftdi"
 
version = "0.54.0"
 
requires_python = ">=3.7"
 
summary = "FTDI device driver (pure Python)"
 
dependencies = [
 
    "pyserial>=3.0",
 
    "pyusb!=1.2.0,>=1.0.0",
 
]
 

	
 
[[package]]
 
name = "pygments"
 
version = "2.11.2"
 
requires_python = ">=3.5"
 
requires_python = ">=3.6"
 
summary = "Pygments is a syntax highlighting package written in Python."
 

	
 
[[package]]
 
name = "pygobject"
 
version = "3.42.1"
 
requires_python = ">=3.6, <4"
 
summary = "Python bindings for GObject Introspection"
 
dependencies = [
 
    "pycairo>=1.16.0",
 
]
 

	
 
[[package]]
 
name = "pyhamcrest"
 
version = "2.0.3"
 
requires_python = ">=3.5"
 
summary = "Hamcrest framework for matcher objects"
 

	
 
[[package]]
 
name = "pyjade"
 
version = "4.0.0"
 
summary = "Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates"
 
dependencies = [
 
    "six",
 
]
 

	
 
[[package]]
 
name = "pyopenssl"
 
version = "19.0.0"
 
summary = "Python wrapper module around the OpenSSL library"
 
dependencies = [
 
    "cryptography>=2.3",
 
    "six>=1.5.2",
 
]
 

	
 
[[package]]
 
name = "pyparsing"
 
version = "3.0.7"
 
requires_python = ">=3.6"
 
summary = "Python parsing module"
 
requires_python = ">=3.6.8"
 
summary = "pyparsing module - Classes and methods to define and execute parsing grammars"
 

	
 
[[package]]
 
name = "pyreadline3"
 
version = "3.4.1"
 
summary = "A python implementation of GNU readline."
 

	
 
[[package]]
 
name = "pyserial"
 
version = "3.5"
 
summary = "Python Serial Port Extension"
 

	
 
[[package]]
 
@@ -681,59 +675,50 @@ summary = "Python USB access module"
 
[[package]]
 
name = "pyzmq"
 
version = "22.3.0"
 
requires_python = ">=3.6"
 
summary = "Python bindings for 0MQ"
 
dependencies = [
 
    "cffi; implementation_name == \"pypy\"",
 
    "py; implementation_name == \"pypy\"",
 
]
 

	
 
[[package]]
 
name = "rdfdb"
 
version = "0.21.0"
 
url = "https://projects.bigasterisk.com/rdfdb/rdfdb-0.21.0.tar.gz"
 
version = "0.22.0"
 
requires_python = ">=3.9"
 
path = "/home/drewp/projects/rdfdb"
 
summary = "UNKNOWN"
 
dependencies = [
 
    "autobahn",
 
    "cyclone",
 
    "mock",
 
    "prometheus-client>=0.13.1",
 
    "rdflib",
 
    "rdflib-jsonld",
 
    "scales",
 
    "service-identity",
 
    "standardservice",
 
    "treq",
 
]
 

	
 
[[package]]
 
name = "rdflib"
 
version = "6.1.1"
 
requires_python = ">=3.7"
 
summary = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
 
dependencies = [
 
    "isodate",
 
    "pyparsing",
 
    "setuptools",
 
]
 

	
 
[[package]]
 
name = "rdflib-jsonld"
 
version = "0.6.2"
 
summary = "rdflib extension adding JSON-LD parser and serializer"
 
dependencies = [
 
    "rdflib>=5.0.0",
 
]
 

	
 
[[package]]
 
name = "requests"
 
version = "2.27.1"
 
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
 
summary = "Python HTTP for Humans."
 
dependencies = [
 
    "certifi>=2017.4.17",
 
    "charset-normalizer~=2.0.0; python_version >= \"3\"",
 
    "idna<4,>=2.5; python_version >= \"3\"",
 
    "urllib3<1.27,>=1.21.1",
 
]
 

	
 
[[package]]
 
@@ -743,25 +728,25 @@ requires_python = ">=3.6.0"
 
summary = "Reactive Extensions (Rx) for Python"
 

	
 
[[package]]
 
name = "scales"
 
version = "1.0.9"
 
summary = "Stats for Python processes"
 
dependencies = [
 
    "six",
 
]
 

	
 
[[package]]
 
name = "scipy"
 
version = "1.6.1"
 
version = "1.6.0"
 
requires_python = ">=3.7"
 
summary = "SciPy: Scientific Library for Python"
 
dependencies = [
 
    "numpy>=1.16.5",
 
]
 

	
 
[[package]]
 
name = "service-identity"
 
version = "21.1.0"
 
summary = "Service identity verification for pyOpenSSL & cryptography."
 
dependencies = [
 
    "attrs>=19.1.0",
 
@@ -794,58 +779,58 @@ name = "stack-data"
 
version = "0.2.0"
 
summary = "Extract data from python stack frames and tracebacks for informative displays"
 
dependencies = [
 
    "asttokens",
 
    "executing",
 
    "pure-eval",
 
]
 

	
 
[[package]]
 
name = "standardservice"
 
version = "0.6.0"
 
url = "https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz"
 
summary = "UNKNOWN"
 
summary = ""
 
dependencies = [
 
    "psutil",
 
    "scales",
 
    "twisted",
 
]
 

	
 
[[package]]
 
name = "starlette"
 
version = "0.19.0"
 
requires_python = ">=3.6"
 
requires_python = ">=3.7"
 
summary = "The little ASGI library that shines."
 
dependencies = [
 
    "anyio<5,>=3.4.0",
 
    "typing-extensions>=3.10.0; python_version < \"3.10\"",
 
]
 

	
 
[[package]]
 
name = "starlette-exporter"
 
version = "0.12.0"
 
summary = "Prometheus metrics exporter for Starlette applications."
 
dependencies = [
 
    "prometheus-client",
 
    "starlette",
 
]
 

	
 
[[package]]
 
name = "starlette"
 
version = "0.19.0"
 
extras = ["standard"]
 
requires_python = ">=3.6"
 
requires_python = ">=3.7"
 
summary = "The little ASGI library that shines."
 
dependencies = [
 
    "starlette",
 
    "starlette>=0.19.0",
 
]
 

	
 
[[package]]
 
name = "statprof"
 
version = "0.1.2"
 
summary = "Statistical profiling for Python"
 

	
 
[[package]]
 
name = "toml"
 
version = "0.10.2"
 
requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
 
summary = "Python Library for Tom's Obvious, Minimal Language"
 
@@ -893,68 +878,75 @@ dependencies = [
 
name = "tubes"
 
version = "0.2.0"
 
summary = "\n    Flow control and backpressure for event-driven applications.    "
 
dependencies = [
 
    "Twisted",
 
    "characteristic",
 
    "six",
 
]
 

	
 
[[package]]
 
name = "twisted"
 
version = "19.2.1"
 
requires_python = ">=3.6.7"
 
summary = "An asynchronous networking framework written in Python"
 
dependencies = [
 
    "Automat>=0.3.0",
 
    "PyHamcrest>=1.9.0",
 
    "attrs>=17.4.0",
 
    "Automat>=0.8.0",
 
    "attrs>=19.2.0",
 
    "constantly>=15.1",
 
    "hyperlink>=17.1.1",
 
    "incremental>=16.10.1",
 
    "incremental>=21.3.0",
 
    "twisted-iocpsupport<2,>=1.0.2; platform_system == \"Windows\"",
 
    "typing-extensions>=3.6.5",
 
    "zope.interface>=4.4.2",
 
]
 

	
 
[[package]]
 
name = "twisted-iocpsupport"
 
version = "1.0.2"
 
summary = "An extension for use in the twisted I/O Completion Ports reactor."
 

	
 
[[package]]
 
name = "twisted"
 
version = "22.2.0"
 
extras = ["tls"]
 
requires_python = ">=3.6.7"
 
summary = "An asynchronous networking framework written in Python"
 
dependencies = [
 
    "Twisted>=18.7.0",
 
    "idna>=2.4",
 
    "pyopenssl>=16.0.0",
 
    "service-identity>=18.1.0",
 
    "twisted",
 
]
 

	
 
[[package]]
 
name = "txaio"
 
version = "22.2.1"
 
requires_python = ">=3.6"
 
summary = "Compatibility API between asyncio/Twisted/Trollius"
 

	
 
[[package]]
 
name = "txzmq"
 
version = "1.0.0"
 
summary = "Twisted bindings for ZeroMQ"
 
dependencies = [
 
    "Twisted>=10.0",
 
    "pyzmq>=13",
 
]
 

	
 
[[package]]
 
name = "typing-extensions"
 
version = "4.1.1"
 
requires_python = ">=3.6"
 
summary = "Backported and Experimental Type Hints for Python 3.6+"
 
requires_python = ">=3.7"
 
summary = "Backported and Experimental Type Hints for Python 3.7+"
 

	
 
[[package]]
 
name = "udmx-pyusb"
 
version = "2.0.0"
 
summary = "uDMX Interface Library"
 
dependencies = [
 
    "pyusb>=1.0.2",
 
]
 

	
 
[[package]]
 
name = "urllib3"
 
version = "1.26.9"
 
@@ -1011,25 +1003,25 @@ summary = "A formatter for Python code."
 

	
 
[[package]]
 
name = "zope.interface"
 
version = "5.4.0"
 
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
 
summary = "Interfaces for Python"
 
dependencies = [
 
    "setuptools",
 
]
 

	
 
[metadata]
 
lock_version = "3.1"
 
content_hash = "sha256:cf4d983fdeb6aa86b91406cc99a3987f77340f9e0b544d0fbce0c213e25ca8c4"
 
content_hash = "sha256:81c18f51153e4cb85073c7a1df75492a17d53257dd29c2f899518046d809b2ac"
 

	
 
[metadata.files]
 
"anyio 3.5.0" = [
 
    {file = "anyio-3.5.0-py3-none-any.whl", hash = "sha256:b5fa16c5ff93fa1046f2eeb5bbff2dad4d3514d6cda61d02816dba34fa8c3c2e"},
 
    {file = "anyio-3.5.0.tar.gz", hash = "sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6"},
 
]
 
"appnope 0.1.3" = [
 
    {file = "appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"},
 
    {file = "appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"},
 
]
 
"asgiref 3.5.0" = [
 
    {file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"},
 
@@ -1582,28 +1574,24 @@ content_hash = "sha256:cf4d983fdeb6aa86b
 
]
 
"pyftdi 0.54.0" = [
 
    {file = "pyftdi-0.54.0-py3-none-any.whl", hash = "sha256:112f16ee5b2a2becb8f8df9dd40b3bba007589f34e7613024122d94bd56eb7d7"},
 
    {file = "pyftdi-0.54.0.tar.gz", hash = "sha256:8df9af22077d17533d2f95b508b1d87959877627ea5dc2369056e90a3b5a232d"},
 
]
 
"pygments 2.11.2" = [
 
    {file = "Pygments-2.11.2-py3-none-any.whl", hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65"},
 
    {file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"},
 
]
 
"pygobject 3.42.1" = [
 
    {file = "PyGObject-3.42.1.tar.gz", hash = "sha256:80d6a3ad1630e9d1edf31b9e9fad9a894c57e18545a3c95ef0044ac4042b8620"},
 
]
 
"pyhamcrest 2.0.3" = [
 
    {file = "PyHamcrest-2.0.3-py3-none-any.whl", hash = "sha256:c29dc977154c49e17c30d1ed49a0a6e31cb0dc7bcf733ac4aa9cb58519c2b00c"},
 
    {file = "PyHamcrest-2.0.3.tar.gz", hash = "sha256:dfb19cf6d71743e086fbb761ed7faea5aacbc8ec10c17a08b93ecde39192a3db"},
 
]
 
"pyjade 4.0.0" = [
 
    {file = "pyjade-4.0.0.tar.gz", hash = "sha256:8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7"},
 
]
 
"pyopenssl 19.0.0" = [
 
    {file = "pyOpenSSL-19.0.0-py2.py3-none-any.whl", hash = "sha256:c727930ad54b10fc157015014b666f2d8b41f70c0d03e83ab67624fd3dd5d1e6"},
 
    {file = "pyOpenSSL-19.0.0.tar.gz", hash = "sha256:aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200"},
 
]
 
"pyparsing 3.0.7" = [
 
    {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"},
 
    {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
 
]
 
"pyreadline3 3.4.1" = [
 
@@ -1677,59 +1665,55 @@ content_hash = "sha256:cf4d983fdeb6aa86b
 
    {file = "pyzmq-22.3.0-cp39-cp39-win32.whl", hash = "sha256:e6a02cf7271ee94674a44f4e62aa061d2d049001c844657740e156596298b70b"},
 
    {file = "pyzmq-22.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:d3dcb5548ead4f1123851a5ced467791f6986d68c656bc63bfff1bf9e36671e2"},
 
    {file = "pyzmq-22.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3a4c9886d61d386b2b493377d980f502186cd71d501fffdba52bd2a0880cef4f"},
 
    {file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:80e043a89c6cadefd3a0712f8a1322038e819ebe9dbac7eca3bce1721bcb63bf"},
 
    {file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1621e7a2af72cced1f6ec8ca8ca91d0f76ac236ab2e8828ac8fe909512d566cb"},
 
    {file = "pyzmq-22.3.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:d6157793719de168b199194f6b6173f0ccd3bf3499e6870fac17086072e39115"},
 
    {file = "pyzmq-22.3.0.tar.gz", hash = "sha256:8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c"},
 
]
 
"rdflib 6.1.1" = [
 
    {file = "rdflib-6.1.1-py3-none-any.whl", hash = "sha256:fc81cef513cd552d471f2926141396b633207109d0154c8e77926222c70367fe"},
 
    {file = "rdflib-6.1.1.tar.gz", hash = "sha256:8dbfa0af2990b98471dacbc936d6494c997ede92fd8ed693fb84ee700ef6f754"},
 
]
 
"rdflib-jsonld 0.6.2" = [
 
    {file = "rdflib_jsonld-0.6.2-py2.py3-none-any.whl", hash = "sha256:011afe67672353ca9978ab9a4bee964dff91f14042f2d8a28c22a573779d2f8b"},
 
    {file = "rdflib-jsonld-0.6.2.tar.gz", hash = "sha256:107cd3019d41354c31687e64af5e3fd3c3e3fa5052ce635f5ce595fd31853a63"},
 
]
 
"requests 2.27.1" = [
 
    {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
 
    {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
 
]
 
"rx 3.2.0" = [
 
    {file = "Rx-3.2.0-py3-none-any.whl", hash = "sha256:922c5f4edb3aa1beaa47bf61d65d5380011ff6adcd527f26377d05cb73ed8ec8"},
 
    {file = "Rx-3.2.0.tar.gz", hash = "sha256:b657ca2b45aa485da2f7dcfd09fac2e554f7ac51ff3c2f8f2ff962ecd963d91c"},
 
]
 
"scales 1.0.9" = [
 
    {file = "scales-1.0.9.tar.gz", hash = "sha256:8b6930f7d4bf115192290b44c757af5e254e3fcfcb75ff9a51f5c96a404e2753"},
 
]
 
"scipy 1.6.1" = [
 
    {file = "scipy-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a15a1f3fc0abff33e792d6049161b7795909b40b97c6cc2934ed54384017ab76"},
 
    {file = "scipy-1.6.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:e79570979ccdc3d165456dd62041d9556fb9733b86b4b6d818af7a0afc15f092"},
 
    {file = "scipy-1.6.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a423533c55fec61456dedee7b6ee7dce0bb6bfa395424ea374d25afa262be261"},
 
    {file = "scipy-1.6.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:33d6b7df40d197bdd3049d64e8e680227151673465e5d85723b3b8f6b15a6ced"},
 
    {file = "scipy-1.6.1-cp37-cp37m-win32.whl", hash = "sha256:6725e3fbb47da428794f243864f2297462e9ee448297c93ed1dcbc44335feb78"},
 
    {file = "scipy-1.6.1-cp37-cp37m-win_amd64.whl", hash = "sha256:5fa9c6530b1661f1370bcd332a1e62ca7881785cc0f80c0d559b636567fab63c"},
 
    {file = "scipy-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bd50daf727f7c195e26f27467c85ce653d41df4358a25b32434a50d8870fc519"},
 
    {file = "scipy-1.6.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:f46dd15335e8a320b0fb4685f58b7471702234cba8bb3442b69a3e1dc329c345"},
 
    {file = "scipy-1.6.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:0e5b0ccf63155d90da576edd2768b66fb276446c371b73841e3503be1d63fb5d"},
 
    {file = "scipy-1.6.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:2481efbb3740977e3c831edfd0bd9867be26387cacf24eb5e366a6a374d3d00d"},
 
    {file = "scipy-1.6.1-cp38-cp38-win32.whl", hash = "sha256:68cb4c424112cd4be886b4d979c5497fba190714085f46b8ae67a5e4416c32b4"},
 
    {file = "scipy-1.6.1-cp38-cp38-win_amd64.whl", hash = "sha256:5f331eeed0297232d2e6eea51b54e8278ed8bb10b099f69c44e2558c090d06bf"},
 
    {file = "scipy-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0c8a51d33556bf70367452d4d601d1742c0e806cd0194785914daf19775f0e67"},
 
    {file = "scipy-1.6.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:83bf7c16245c15bc58ee76c5418e46ea1811edcc2e2b03041b804e46084ab627"},
 
    {file = "scipy-1.6.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:794e768cc5f779736593046c9714e0f3a5940bc6dcc1dba885ad64cbfb28e9f0"},
 
    {file = "scipy-1.6.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:5da5471aed911fe7e52b86bf9ea32fb55ae93e2f0fac66c32e58897cfb02fa07"},
 
    {file = "scipy-1.6.1-cp39-cp39-win32.whl", hash = "sha256:8e403a337749ed40af60e537cc4d4c03febddcc56cd26e774c9b1b600a70d3e4"},
 
    {file = "scipy-1.6.1-cp39-cp39-win_amd64.whl", hash = "sha256:a5193a098ae9f29af283dcf0041f762601faf2e595c0db1da929875b7570353f"},
 
    {file = "scipy-1.6.1.tar.gz", hash = "sha256:c4fceb864890b6168e79b0e714c585dbe2fd4222768ee90bc1aa0f8218691b11"},
 
"scipy 1.6.0" = [
 
    {file = "scipy-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3d4303e3e21d07d9557b26a1707bb9fc065510ee8501c9bf22a0157249a82fd0"},
 
    {file = "scipy-1.6.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:1bc5b446600c4ff7ab36bade47180673141322f0febaa555f1c433fe04f2a0e3"},
 
    {file = "scipy-1.6.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:8840a9adb4ede3751f49761653d3ebf664f25195fdd42ada394ffea8903dd51d"},
 
    {file = "scipy-1.6.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:8629135ee00cc2182ac8be8e75643b9f02235942443732c2ed69ab48edcb6614"},
 
    {file = "scipy-1.6.0-cp37-cp37m-win32.whl", hash = "sha256:58731bbe0103e96b89b2f41516699db9b63066e4317e31b8402891571f6d358f"},
 
    {file = "scipy-1.6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:876badc33eec20709d4e042a09834f5953ebdac4088d45a4f3a1f18b56885718"},
 
    {file = "scipy-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c0911f3180de343643f369dc5cfedad6ba9f939c2d516bddea4a6871eb000722"},
 
    {file = "scipy-1.6.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:b8af26839ae343655f3ca377a5d5e5466f1d3b3ac7432a43449154fe958ae0e0"},
 
    {file = "scipy-1.6.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:4f1d9cc977ac6a4a63c124045c1e8bf67ec37098f67c699887a93736961a00ae"},
 
    {file = "scipy-1.6.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:eb7928275f3560d47e5538e15e9f32b3d64cd30ea8f85f3e82987425476f53f6"},
 
    {file = "scipy-1.6.0-cp38-cp38-win32.whl", hash = "sha256:31ab217b5c27ab429d07428a76002b33662f98986095bbce5d55e0788f7e8b15"},
 
    {file = "scipy-1.6.0-cp38-cp38-win_amd64.whl", hash = "sha256:2f1c2ebca6fd867160e70102200b1bd07b3b2d31a3e6af3c58d688c15d0d07b7"},
 
    {file = "scipy-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:155225621df90fcd151e25d51c50217e412de717475999ebb76e17e310176981"},
 
    {file = "scipy-1.6.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:f68d5761a2d2376e2b194c8e9192bbf7c51306ca176f1a0889990a52ef0d551f"},
 
    {file = "scipy-1.6.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:d902d3a5ad7f28874c0a82db95246d24ca07ad932741df668595fe00a4819870"},
 
    {file = "scipy-1.6.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:aef3a2dbc436bbe8f6e0b635f0b5fe5ed024b522eee4637dbbe0b974129ca734"},
 
    {file = "scipy-1.6.0-cp39-cp39-win32.whl", hash = "sha256:cdbc47628184a0ebeb5c08f1892614e1bd4a51f6e0d609c6eed253823a960f5b"},
 
    {file = "scipy-1.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:313785c4dab65060f9648112d025f6d2fec69a8a889c714328882d678a95f053"},
 
    {file = "scipy-1.6.0.tar.gz", hash = "sha256:cb6dc9f82dfd95f6b9032a8d7ea70efeeb15d5b5fd6ed4e8537bb3c673580566"},
 
]
 
"service-identity 21.1.0" = [
 
    {file = "service_identity-21.1.0-py2.py3-none-any.whl", hash = "sha256:f0b0caac3d40627c3c04d7a51b6e06721857a0e10a8775f2d1d7e72901b3a7db"},
 
    {file = "service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"},
 
]
 
"setuptools 62.0.0" = [
 
    {file = "setuptools-62.0.0-py3-none-any.whl", hash = "sha256:a65e3802053e99fc64c6b3b29c11132943d5b8c8facbcc461157511546510967"},
 
    {file = "setuptools-62.0.0.tar.gz", hash = "sha256:7999cbd87f1b6e1f33bf47efa368b224bed5e27b5ef2c4d46580186cbcb1a86a"},
 
]
 
"six 1.16.0" = [
 
    {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
 
    {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
 
@@ -1775,24 +1759,38 @@ content_hash = "sha256:cf4d983fdeb6aa86b
 
]
 
"treq 22.2.0" = [
 
    {file = "treq-22.2.0-py3-none-any.whl", hash = "sha256:27d95b07c5c14be3e7b280416139b036087617ad5595be913b1f9b3ce981b9b2"},
 
    {file = "treq-22.2.0.tar.gz", hash = "sha256:df757e3f141fc782ede076a604521194ffcb40fa2645cf48e5a37060307f52ec"},
 
]
 
"tubes 0.2.0" = [
 
    {file = "Tubes-0.2.0-py2.py3-none-any.whl", hash = "sha256:de7bc347cb0a04ed6056e28a6b567228abc0f25861cbfad825466bea672d500d"},
 
    {file = "Tubes-0.2.0.tar.gz", hash = "sha256:8d55ffda4c332deda399bf89a335ac7cea307fc8f6bfd89fee010a00c47be169"},
 
]
 
"twisted 19.2.1" = [
 
    {file = "Twisted-19.2.1.tar.bz2", hash = "sha256:fa2c04c2d68a9be7fc3975ba4947f653a57a656776f24be58ff0fe4b9aaf3e52"},
 
]
 
"twisted-iocpsupport 1.0.2" = [
 
    {file = "twisted_iocpsupport-1.0.2-cp310-cp310-win32.whl", hash = "sha256:985c06a33f5c0dae92c71a036d1ea63872ee86a21dd9b01e1f287486f15524b4"},
 
    {file = "twisted_iocpsupport-1.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:81b3abe3527b367da0220482820cb12a16c661672b7bcfcde328902890d63323"},
 
    {file = "twisted_iocpsupport-1.0.2-cp36-cp36m-win32.whl", hash = "sha256:9dbb8823b49f06d4de52721b47de4d3b3026064ef4788ce62b1a21c57c3fff6f"},
 
    {file = "twisted_iocpsupport-1.0.2-cp36-cp36m-win_amd64.whl", hash = "sha256:b9fed67cf0f951573f06d560ac2f10f2a4bbdc6697770113a2fc396ea2cb2565"},
 
    {file = "twisted_iocpsupport-1.0.2-cp37-cp37m-win32.whl", hash = "sha256:b76b4eed9b27fd63ddb0877efdd2d15835fdcb6baa745cb85b66e5d016ac2878"},
 
    {file = "twisted_iocpsupport-1.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:851b3735ca7e8102e661872390e3bce88f8901bece95c25a0c8bb9ecb8a23d32"},
 
    {file = "twisted_iocpsupport-1.0.2-cp38-cp38-win32.whl", hash = "sha256:bf4133139d77fc706d8f572e6b7d82871d82ec7ef25d685c2351bdacfb701415"},
 
    {file = "twisted_iocpsupport-1.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:306becd6e22ab6e8e4f36b6bdafd9c92e867c98a5ce517b27fdd27760ee7ae41"},
 
    {file = "twisted_iocpsupport-1.0.2-cp39-cp39-win32.whl", hash = "sha256:3c61742cb0bc6c1ac117a7e5f422c129832f0c295af49e01d8a6066df8cfc04d"},
 
    {file = "twisted_iocpsupport-1.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:b435857b9efcbfc12f8c326ef0383f26416272260455bbca2cd8d8eca470c546"},
 
    {file = "twisted_iocpsupport-1.0.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:7d972cfa8439bdcb35a7be78b7ef86d73b34b808c74be56dfa785c8a93b851bf"},
 
    {file = "twisted-iocpsupport-1.0.2.tar.gz", hash = "sha256:72068b206ee809c9c596b57b5287259ea41ddb4774d86725b19f35bf56aa32a9"},
 
]
 
"twisted 22.2.0" = [
 
    {file = "Twisted-22.2.0-py3-none-any.whl", hash = "sha256:5c63c149eb6b8fe1e32a0215b1cef96fabdba04f705d8efb9174b1ccf5b49d49"},
 
    {file = "Twisted-22.2.0.tar.gz", hash = "sha256:57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2"},
 
]
 
"txaio 22.2.1" = [
 
    {file = "txaio-22.2.1-py2.py3-none-any.whl", hash = "sha256:41223af4a9d5726e645a8ee82480f413e5e300dd257db94bc38ae12ea48fb2e5"},
 
    {file = "txaio-22.2.1.tar.gz", hash = "sha256:2e4582b70f04b2345908254684a984206c0d9b50e3074a24a4c55aba21d24d01"},
 
]
 
"txzmq 1.0.0" = [
 
    {file = "txZMQ-1.0.0-py3-none-any.whl", hash = "sha256:23dd8554994e99736b20112dce5254c0f45574b250cd428fed8091bccb357870"},
 
    {file = "txZMQ-1.0.0.tar.gz", hash = "sha256:8d607d0bf09ca94600b8e42f0721dbe43ee53a0470182344ac7ace7e58dc6177"},
 
]
pyproject.toml
Show inline comments
 
@@ -27,25 +27,25 @@ dependencies = [
 
    "scipy",
 
    "service_identity",
 
    "statprof",
 
    "toposort",
 
    "treq",
 
    "twisted",
 
    "txzmq",
 
    "udmx-pyusb",
 
    "webcolors>=1.11.1",
 
    "watchdog>=2.1.7",
 
    "standardservice @ https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz",
 
    "cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz",
 
    "rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.21.0.tar.gz",
 
    "rdfdb @ file:///home/drewp/projects/rdfdb",
 
    "web.py>=0.62",
 
    "uvicorn>=0.17.6",
 
    "starlette[standard]>=0.19.0",
 
    "prometheus-client>=0.14.1",
 
    "starlette-exporter>=0.12.0",
 
    "PyGObject>=3.42.1",
 
]
 
requires-python = ">=3.9"
 

	
 
[project.urls]
 
Homepage = ""
 

	
0 comments (0 inline, 0 general)