Skip to content

Commit

Permalink
Pin requirements (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Sep 4, 2023
1 parent 933f088 commit 88919b3
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 46 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ verify_ssl = true
name = "pypi"

[packages]
pyyaml = ">=6.0"
openstacksdk = ">=0.103.0"
requests = ">=2.25.1"
typer = ">=0.7.0"
PyYAML = "==6.0.1"
openstacksdk = "==1.5.0"
requests = "==2.31.0"
typer = {version = "==0.9.0", extras = ["all"]}

[dev-packages]
munch = "*"
munch = "==4.0.0"

[requires]
python_version = "3.10"
133 changes: 97 additions & 36 deletions Pipfile.lock

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

9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
PyYAML>=6.0
openstacksdk>=0.103.0
requests>=2.25.1
typer>=0.7.0
munch>=4.0.0
PyYAML==6.0.1
openstacksdk==1.5.0
requests==2.31.0
typer[all]==0.9.0
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
munch==4.0.0
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ passenv = *

deps =
-rrequirements.txt
-rtest-requirements.txt

[testenv:manage]
commands =
Expand Down

0 comments on commit 88919b3

Please sign in to comment.