mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
- 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
This commit is contained in:
parent
fcbedfe9d8
commit
d81a42450c
22 changed files with 540 additions and 31 deletions
18
requirements.txt
Normal file
18
requirements.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
# =============================================================================
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue