Changeset - a1f1653e3d5b
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 8 months ago 2024-05-14 04:38:31
drewp@bigasterisk.com
new dep
2 files changed with 40 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pdm.lock
Show inline comments
 
@@ -2,13 +2,13 @@
 
# It is not intended for manual editing.
 

	
 
[metadata]
 
groups = ["default"]
 
strategy = ["cross_platform", "inherit_metadata"]
 
lock_version = "4.4.1"
 
content_hash = "sha256:bd501ed372c0e2107dfed542fa549e81ccc67fa6a36e7dcf177a9806a9da0d34"
 
content_hash = "sha256:4d47b7232c48c8ff6346aa24142d7822a94b74217997758f65fe69259eeffcc2"
 

	
 
[[package]]
 
name = "aiohttp"
 
version = "3.9.5"
 
requires_python = ">=3.8"
 
summary = "Async http client/server framework (asyncio)"
 
@@ -612,12 +612,21 @@ dependencies = [
 
files = [
 
    {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"},
 
    {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"},
 
]
 

	
 
[[package]]
 
name = "lock"
 
version = "2018.3.25.2110"
 
summary = "module for enabling file locks"
 
groups = ["default"]
 
files = [
 
    {file = "lock-2018.3.25.2110.tar.gz", hash = "sha256:cc5ac770930493eed7a8cfd0cf2568a125faf112eb8aa6b6149b3e581523d0c7"},
 
]
 

	
 
[[package]]
 
name = "louie"
 
version = "2.0.1"
 
requires_python = ">=3.6"
 
summary = "Signal dispatching mechanism"
 
groups = ["default"]
 
files = [
 
@@ -1113,23 +1122,52 @@ dependencies = [
 
files = [
 
    {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
 
    {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
 
]
 

	
 
[[package]]
 
name = "python-debouncer"
 
version = "0.1.4"
 
requires_python = ">=3.9,<4.0"
 
summary = "Debouncer and friends for Python"
 
groups = ["default"]
 
dependencies = [
 
    "lock<2019.0.0.0,>=2018.3.25.2110",
 
    "python-immutable<2.0.0,>=1.0.4",
 
]
 
files = [
 
    {file = "python_debouncer-0.1.4-py3-none-any.whl", hash = "sha256:fbab13f8b1639144d99184836d169b22cd4bc54339e331f83cd45e581234d074"},
 
    {file = "python_debouncer-0.1.4.tar.gz", hash = "sha256:a053a4b35108a72c2c4af6fddb685626487b012d21aa16e4b1d4437b48484b05"},
 
]
 

	
 
[[package]]
 
name = "python-dotenv"
 
version = "1.0.1"
 
requires_python = ">=3.8"
 
summary = "Read key-value pairs from a .env file and set them as environment variables"
 
groups = ["default"]
 
files = [
 
    {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
 
    {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
 
]
 

	
 
[[package]]
 
name = "python-immutable"
 
version = "1.1.1"
 
requires_python = "<4.0,>=3.9"
 
summary = "Immutable implementation for Python using dataclasses"
 
groups = ["default"]
 
dependencies = [
 
    "typing-extensions<5.0.0,>=4.10.0",
 
]
 
files = [
 
    {file = "python_immutable-1.1.1-py3-none-any.whl", hash = "sha256:56feffc7c628c404b6a49c08e35b53690aa36ec6284ff105233a1b34c4a04048"},
 
    {file = "python_immutable-1.1.1.tar.gz", hash = "sha256:c7aa209f69c02793b8cdb8b645d186beb159ba37f3a30ffdbc66474d06db96a0"},
 
]
 

	
 
[[package]]
 
name = "pyusb"
 
version = "1.2.1"
 
requires_python = ">=3.6.0"
 
summary = "Python USB access module"
 
groups = ["default"]
 
files = [
pyproject.toml
Show inline comments
 
@@ -40,12 +40,13 @@ dependencies = [
 
    "tenacity>=8.2.2",
 
    "zmq>=0.0.0",
 
    "mido>=1.2.10",
 
    "alsa-midi>=1.0.1",
 
    "treq>=22.2.0",
 
    "light9 @ file:///${PROJECT_ROOT}/",
 
    "python-debouncer>=0.1.4",
 
]
 
requires-python = ">=3.11"
 

	
 
readme = "README.md"
 

	
 
[project.urls]
0 comments (0 inline, 0 general)