Skip to content

Commit

Permalink
build(python): avoid using requirements.in (#266)
Browse files Browse the repository at this point in the history
Pass the correct extras to `pip-compile` instead of duplicating
requirements in `requirements.in`.
  • Loading branch information
mdonadoni authored and tiborsimko committed Aug 13, 2024
1 parent b6c0503 commit b9deced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions requirements.in

This file was deleted.

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --annotation-style=line --output-file=requirements.txt requirements.in setup.py
# pip-compile --annotation-style=line --extra=jq,pygraphviz --output-file=requirements.txt setup.py
#
adage==0.11.0 # via reana-commons, reana-workflow-engine-yadage (setup.py), yadage
amqp==5.2.0 # via kombu
Expand All @@ -24,7 +24,7 @@ graphviz==0.20.3 # via reana-workflow-engine-yadage (setup.py)
idna==3.7 # via jsonschema, requests
importlib-resources==6.4.0 # via swagger-spec-validator
isoduration==20.11.0 # via jsonschema
jq==1.7.0 ; # via -r requirements.in, packtivity, yadage
jq==1.7.0 # via packtivity, reana-workflow-engine-yadage (setup.py), yadage
jsonpath-rw==1.4.0 # via packtivity, yadage
jsonpointer==3.0.0 # via jsonschema, packtivity, yadage
jsonref==1.1.0 # via bravado-core, packtivity, yadage, yadage-schemas
Expand All @@ -41,7 +41,7 @@ ply==3.11 # via jsonpath-rw
psutil==6.0.0 # via yadage
pydot==3.0.1 # via reana-workflow-engine-yadage (setup.py)
pydotplus==2.0.2 # via reana-workflow-engine-yadage (setup.py)
pygraphviz==1.8 # via -r requirements.in
pygraphviz==1.8 # via reana-workflow-engine-yadage (setup.py)
pyparsing==3.1.2 # via pydot, pydotplus
pyrsistent==0.20.0 # via jsonschema
python-dateutil==2.9.0.post0 # via arrow, bravado, bravado-core
Expand Down

0 comments on commit b9deced

Please sign in to comment.