-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge python requirement files. (#2597)
* Merge python requirement files. --------- Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: avifenesh <[email protected]>
- Loading branch information
1 parent
78ca607
commit 5279be0
Showing
6 changed files
with
12 additions
and
14 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
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 was deleted.
Oops, something went wrong.
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,7 +1,12 @@ | ||
async-timeout==4.0.2;python_version<"3.11" | ||
maturin==0.14.17 # higher version break the needs structure changes, the name of the project is not the same as the package name, and the naming both glide create a circular dependency - TODO: fix this | ||
protobuf==3.20.* | ||
pytest | ||
pytest-asyncio | ||
typing_extensions==4.8.0;python_version<"3.11" | ||
pytest-html | ||
black >= 24.3.0 | ||
flake8 == 5.0 | ||
isort == 5.10 | ||
mypy == 1.13.0 | ||
mypy-protobuf == 3.5 | ||
packaging >= 22.0 |