Skip to content

Commit

Permalink
Add pulp-cli to lower bounds
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Sep 5, 2023
1 parent 096101a commit f7a99be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lower_bounds_constraints.lock
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pulp-cli==0.18.2
click==8.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=plugin_packages,
package_data={package: ["py.typed"] for package in plugin_packages},
python_requires=">=3.6",
install_requires=["pulp-cli>=0.18.0", "pulp-glue-maven==0.3.0.dev"],
install_requires=["pulp-cli>=0.18.2", "pulp-glue-maven==0.3.0.dev"],
entry_points={
"pulp_cli.plugins": [f"{name}={module}" for name, module in plugin_entry_points],
},
Expand Down

0 comments on commit f7a99be

Please sign in to comment.