-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* setup ci * setup image for ci * try gcc * Update package versions * Update .gitlab-ci.yml file
- Loading branch information
1 parent
bc1b50f
commit 80a5aa4
Showing
3 changed files
with
38 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# ============================================================================= | ||
# PYTHON PACKAGES (PIP) | ||
# ============================================================================= | ||
# USE (python3): sudo pip3 install -r <THIS_FILE_NAME> | ||
# USE (python3): pip3 install -r <THIS_FILE_NAME> | ||
# ============================================================================= | ||
|
||
PyYAML>=5.4.1,<6.0 | ||
asyncio==3.4.3 | ||
# 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 | ||
# pytest-asyncio==0.19.0 | ||
# pytest==7.1.3 | ||
tftpy>=0.8.2 | ||
wheel>=0.37.1 |