Difficult-Rocket/pdm.lock

125 lines
2.8 KiB
Plaintext
Raw Normal View History

2023-01-27 20:20:28 +08:00
# This file is @generated by PDM.
# It is not intended for manual editing.
[[package]]
name = "defusedxml"
version = "0.7.1"
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
summary = "XML bomb protection for Python stdlib modules"
2023-01-28 23:18:34 +08:00
[[package]]
name = "imageio"
version = "2.25.0"
requires_python = ">=3.7"
summary = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats."
dependencies = [
"numpy",
"pillow>=8.3.2",
]
2023-01-27 20:20:28 +08:00
[[package]]
name = "nuitka"
version = "1.4"
summary = "Python compiler with full language support and CPython compatibility"
2023-01-28 23:18:34 +08:00
[[package]]
name = "numpy"
version = "1.24.1"
requires_python = ">=3.8"
summary = "Fundamental package for array computing in Python"
2023-01-27 20:20:28 +08:00
[[package]]
name = "objprint"
version = "0.2.2"
requires_python = ">=3.6"
summary = "A library that can print Python objects in human readable format"
2023-01-28 23:18:34 +08:00
[[package]]
name = "ordered-set"
version = "4.1.0"
requires_python = ">=3.7"
summary = "An OrderedSet is a custom MutableSet that remembers its order, so that every"
2023-01-27 20:20:28 +08:00
[[package]]
name = "pillow"
version = "9.4.0"
requires_python = ">=3.7"
summary = "Python Imaging Library (Fork)"
[[package]]
name = "psutil"
version = "5.9.4"
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
summary = "Cross-platform lib for process and system monitoring in Python."
[[package]]
name = "rtoml"
version = "0.9.0"
requires_python = ">=3.7"
summary = ""
2023-01-28 23:18:34 +08:00
[[package]]
name = "semantic-version"
version = "2.10.0"
requires_python = ">=2.7"
summary = "A library implementing the 'SemVer' scheme."
2023-01-27 20:20:28 +08:00
[[package]]
name = "setuptools"
version = "65.7.0"
requires_python = ">=3.7"
summary = "Easily download, build, install, upgrade, and uninstall Python packages"
2023-01-28 23:18:34 +08:00
[[package]]
name = "setuptools-rust"
version = "1.5.2"
requires_python = ">=3.7"
summary = "Setuptools Rust extension plugin"
dependencies = [
"semantic-version<3,>=2.8.2",
"setuptools>=62.4",
"typing-extensions>=3.7.4.3",
]
2023-01-27 20:20:28 +08:00
[[package]]
name = "tomlkit"
version = "0.11.6"
requires_python = ">=3.6"
summary = "Style preserving TOML library"
2023-01-28 23:18:34 +08:00
[[package]]
name = "typing-extensions"
version = "4.4.0"
requires_python = ">=3.7"
summary = "Backported and Experimental Type Hints for Python 3.7+"
2023-01-27 20:20:28 +08:00
[[package]]
name = "vizplugins"
version = "0.1.3"
requires_python = ">=3.7"
summary = "official plugins for viztracer"
dependencies = [
"psutil",
]
[[package]]
name = "viztracer"
version = "0.15.6"
requires_python = ">=3.7"
summary = "A debugging and profiling tool that can trace and visualize python code execution"
dependencies = [
"objprint>=0.1.3",
]
2023-01-28 23:18:34 +08:00
[[package]]
name = "wheel"
version = "0.38.4"
requires_python = ">=3.7"
summary = "A built-package format for Python"
2023-01-27 20:20:28 +08:00
[metadata]
lock_version = "4.1"
2023-02-12 20:41:00 +08:00
content_hash = "sha256:122b615f08648f07581f235c4294c198fc88ffdc1bf73945ac5ba75ace7a6382"
2023-01-27 20:20:28 +08:00
[metadata.files]