Skip to content

Commit

Permalink
move maturin to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BoazBD committed Dec 30, 2024
1 parent a62adc6 commit cfbffe9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
run: |
source .env/bin/activate
pip install -r requirements.txt
pip install -r dev-requirements.txt
cd python/tests/
pytest --asyncio-mode=auto --html=pytest_report.html --self-contained-html
Expand Down
1 change: 0 additions & 1 deletion python/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
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
pytest
pytest-asyncio
pytest-html
Expand Down
3 changes: 2 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# This is necessary until the issue https://github.com/aboutcode-org/python-inspector/issues/197 is resolved.
async-timeout>=4.0.2
typing-extensions>=4.8.0
protobuf>=3.20
protobuf>=3.20
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

0 comments on commit cfbffe9

Please sign in to comment.