Skip to content

Commit d4a1757

Browse files
authored
Merge pull request #142 from akretion/fix/copier_link
fix copier dep
2 parents f9f6e87 + 7074c47 commit d4a1757

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,12 @@ see : https://github.com/docker/compose/issues/6151
117117
Changelog
118118
----------
119119

120+
version 7.0.5
121+
- fix requirements.txt
122+
120123
version 7.0.4
121124
- use `copier` for managing the template
125+
- drop python 3.5 support
122126

123127
version 7.0.0
124128

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ docker-compose>=1.23.1
22
plumbum
33
rainbow_logging_handler
44
python-slugify
5-
git+https://github.com/hparfr/copier@vcs_branch
5+
copier @ git+https://github.com/hparfr/copier@vcs_branch#egg=copier
66
# Only for solving installation issue with pip that fail to
77
# solve the version of request compatible with docker and docker-compose
88
requests<3,>=2.20.0

0 commit comments

Comments
 (0)