Skip to content

Commit

Permalink
feat: [OSM-2206] python support for local wheel files specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
gemaxim committed Jan 13, 2025
1 parent a3a960b commit 92617f4
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"snyk-nuget-plugin": "2.7.12",
"snyk-php-plugin": "1.10.0",
"snyk-policy": "4.1.4",
"snyk-python-plugin": "2.3.0",
"snyk-python-plugin": "2.4.3",
"snyk-resolve-deps": "4.8.0",
"snyk-sbt-plugin": "2.18.1",
"snyk-swiftpm-plugin": "1.4.1",
Expand Down
13 changes: 13 additions & 0 deletions test/acceptance/workspaces/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-r ./module/requirements.txt
-r ./module/requirements.txt
./lib/jedi-0.19.2-py2.py3-none-any.whl
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-r ./module/requirements.txt
-r ./module/requirements.txt
./lib/jedi-0.19.2-py2.py3-none-any.whl
Binary file not shown.
3 changes: 2 additions & 1 deletion test/acceptance/workspaces/pip-app-macos/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-r ./module/requirements.txt
-r ./module/requirements.txt
./lib/jedi-0.19.2-py2.py3-none-any.whl
Binary file not shown.
3 changes: 2 additions & 1 deletion test/acceptance/workspaces/pip-app-robust/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ requests; python_version >= "3.8.dev0"
pydantic[email]==1.9.0
djangorestframework @ git+https://github.com/encode/django-rest-framework.git@1db19f4b2d1500894448634852e02f73043382e4
-r req.txt
-c constraints.txt
-c constraints.txt
jedi-0.19.2-py2.py3-none-any.whl
Binary file not shown.
3 changes: 2 additions & 1 deletion test/acceptance/workspaces/pip-app-windows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pywin32; sys_platform == 'win32'
-r module\requirements.txt
-r module\requirements.txt
lib\jedi-0.19.2-py2.py3-none-any.whl

0 comments on commit 92617f4

Please sign in to comment.