1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00
ModernCppStarter/requirements.txt
Claus Klein d81a42450c - Add CMake Workflow Presets
- Upgrade to gitup workflow action v3
- Prepare use of git-flow
- Use CMake v3.21 variable PROJECT_IS_TOP_LEVEL
- Use CMAKE_DEBUG_POSTFIX to prevent name clashes
- Add more config files
2023-07-31 07:13:34 +02:00

18 lines
512 B
Text

# =============================================================================
# PYTHON PACKAGES (PIP)
# =============================================================================
# USE (python3): sudo pip3 install -r <THIS_FILE_NAME>
# =============================================================================
PyYAML>=5.4.1,<6.0
asyncio==3.4.3
builddriver==0.9.0
bumpversion>=0.6.0
cmake-format>=0.6.13
cmake>=3.25
gcovr>=5.2
ninja>=1.11
pytest-asyncio==0.19.0
pytest==7.1.3
tftpy>=0.8.2
wheel>=0.37.1