Skip to content

Commit 96fa383

Browse files
committed
Lock conan to v1.42 as 2.0.0a is available
Signed-off-by: Aloys Baillet <aloys.baillet+github@gmail.com>
1 parent 6ac0ed4 commit 96fa383

3 files changed

Lines changed: 395 additions & 117 deletions

File tree

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ types-pyyaml = "*"
1818
types-requests = "*"
1919
# pipenv-setup = "*" # commented for now as it requires a very old black version!
2020
aswfdocker = {editable = true, path = "."}
21+
twine = "*"
2122

2223
[packages]
2324
aswfdocker = {editable = true, path = "."}
@@ -27,7 +28,7 @@ pyyaml = "*"
2728
jinja2 = "*"
2829
requests = "*"
2930
importlib-resources = "*"
30-
conan = "*"
31+
conan = "==1.42"
3132

3233
[requires]
3334
python_version = "3.9"

0 commit comments

Comments
 (0)