mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 14:11:14 +02:00
- 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
18 lines
512 B
Text
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
|