Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Blueprint Cloner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
confirm IT solutions
Blueprints
Blueprint Cloner
Commits
a497e14d
Commit
a497e14d
authored
4 years ago
by
Dominique Barton
Browse files
Options
Downloads
Patches
Plain Diff
REFACTOR: Use simpler confirm-utils requirement
parent
abd69b68
No related branches found
Branches containing commit
Tags
1.11.2
Tags containing commit
No related merge requests found
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
docs/general/get_started.rst
+1
-1
1 addition, 1 deletion
docs/general/get_started.rst
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
with
4 additions
and
4 deletions
Makefile
+
2
−
2
View file @
a497e14d
...
...
@@ -30,10 +30,10 @@ venv:
python3
-m
venv .venv
develop
:
pip3
install
-e
.[dev]
pip3
install
-i
https://pypi.confirm.ch/
-e
.[dev]
install
:
pip3
install
.
pip3
install
-i
https://pypi.confirm.ch/
.
#
# Development
...
...
This diff is collapsed.
Click to expand it.
docs/general/get_started.rst
+
1
−
1
View file @
a497e14d
...
...
@@ -22,7 +22,7 @@ To **install** or **upgrade** the *Blueprint Cloner* run:
.. code-block:: bash
pip3 install -U -i https://pypi.confirm.ch/
simple/
blueprint-cloner
pip3 install -U -i https://pypi.confirm.ch/ blueprint-cloner
Usage
-----
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
1
View file @
a497e14d
confirm-utils
@https://pypi.confirm.ch/packages/confirm_utils-1.0.0-py3-none-any.whl#md5
=16788b6b8bf31066b45a503ffd52abca
confirm-utils
>=1.0.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment