mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
d732acc6c6
This fixes the issue that some required Python modules were missing in pyproject.toml. To avoid Python version conflicts with the cryptography module, the minimum Python version is raised to 3.10. Also, the name, version and description of the project are updated. Module versions are updated to recent (2025) versions. For Windows, a platform-specific import of pyreadline3 is added. Due to this conditional dependency, the poetry.lock file is removed from the repository: it is now necessarily specific to each platform and has to be locally generated.