Skip to content

Commit

Permalink
use only requirements.txt with explciit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Oct 23, 2024
1 parent c926426 commit 9a47d19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Contributions must meet a minimum criteria:
* Docker CE
* Python >= 3.6
* Creating a Python `venv` is highly recommended!
* Python modules listed in `ci-requirements.txt`
* Can be installed using `pip install -r ci-requirements.txt`
* Python modules listed in `requirements.txt`
* Can be installed using `pip install -r requirements.txt`
* Repository cloned to `.../ansible_collections/<collection_namespace>/<collection_name>`

## Dev Environment
Expand Down
12 changes: 0 additions & 12 deletions ci-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: merative
name: spm_toolbox

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.1
version: 1.1.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
ansible
pywinrm
molecule
molecule==3.3.0
molecule-docker
docker
ansible-lint
yamllint
passlib
jmespath
jmespath
# Downgrade these while rest is incompatible
Jinja2<3.0.0
MarkupSafe<2.0.0

0 comments on commit 9a47d19

Please sign in to comment.