uv.lock 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. version = 1
  2. revision = 1
  3. requires-python = ">=3.13"
  4. [[package]]
  5. name = "aioarp"
  6. version = "0.1.0"
  7. source = { virtual = "." }
  8. dependencies = [
  9. { name = "anyio" },
  10. { name = "getmac" },
  11. ]
  12. [package.metadata]
  13. requires-dist = [
  14. { name = "anyio", specifier = ">=4.9.0" },
  15. { name = "getmac", specifier = "==0.9.5" },
  16. ]
  17. [[package]]
  18. name = "anyio"
  19. version = "4.9.0"
  20. source = { registry = "https://pypi.org/simple" }
  21. dependencies = [
  22. { name = "idna" },
  23. { name = "sniffio" },
  24. ]
  25. sdist = { url = "https://files.pythonhosted.org/packages/95/7d/4c1bd541d4dffa1b52bd83fb8527089e097a106fc90b467a7313b105f840/anyio-4.9.0.tar.gz", hash = "sha256:673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028", size = 190949 }
  26. wheels = [
  27. { url = "https://files.pythonhosted.org/packages/a1/ee/48ca1a7c89ffec8b6a0c5d02b89c305671d5ffd8d3c94acf8b8c408575bb/anyio-4.9.0-py3-none-any.whl", hash = "sha256:9f76d541cad6e36af7beb62e978876f3b41e3e04f2c1fbf0884604c0a9c4d93c", size = 100916 },
  28. ]
  29. [[package]]
  30. name = "getmac"
  31. version = "0.9.5"
  32. source = { registry = "https://pypi.org/simple" }
  33. sdist = { url = "https://files.pythonhosted.org/packages/89/a8/4af8e06912cd83b1cc6493e9b5d0589276c858f7bdccaf1855df748983de/getmac-0.9.5.tar.gz", hash = "sha256:456435cdbf1f5f45c433a250b8b795146e893b6fc659060f15451e812a2ab17d", size = 94031 }
  34. wheels = [
  35. { url = "https://files.pythonhosted.org/packages/18/85/4cdbc925381422397bd2b3280680e130091173f2c8dfafb9216eaaa91b00/getmac-0.9.5-py2.py3-none-any.whl", hash = "sha256:22b8a3e15bc0c6bfa94651a3f7f6cd91b59432e1d8199411d4fe12804423e0aa", size = 35781 },
  36. ]
  37. [[package]]
  38. name = "idna"
  39. version = "3.10"
  40. source = { registry = "https://pypi.org/simple" }
  41. sdist = { url = "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", size = 190490 }
  42. wheels = [
  43. { url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442 },
  44. ]
  45. [[package]]
  46. name = "sniffio"
  47. version = "1.3.1"
  48. source = { registry = "https://pypi.org/simple" }
  49. sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372 }
  50. wheels = [
  51. { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235 },
  52. ]