Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Provisioning: update Conan to 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
annulen committed Feb 21, 2020
1 parent 3de098d commit ce97434
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coin/provisioning/common/windows/conan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$scriptsPath = "C:\Python36\Scripts"

Run-Executable "$scriptsPath\pip3.exe" "install --upgrade conan==1.17.0"
Run-Executable "$scriptsPath\pip3.exe" "install -r $PSScriptRoot\conan_requirements.txt"
Write-Output "Conan = 1.17.0" >> ~\versions.txt

# Use Qt Project repository by default
Expand Down
33 changes: 33 additions & 0 deletions coin/provisioning/common/windows/conan_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Generated for conan==1.22.2
appdirs==1.4.3
bottle==0.12.18
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.3
conan==1.22.2
deprecation==2.0.7
distlib==0.3.0
distro==1.1.0
fasteners==0.15
filelock==3.0.12
future==0.18.2
idna==2.9
importlib-metadata==1.5.0
Jinja2==2.11.1
MarkupSafe==1.1.1
monotonic==1.5
node-semver==0.6.1
packaging==20.1
patch-ng==1.17.2
pluginbase==0.7
Pygments==2.5.2
PyJWT==1.7.1
pyparsing==2.4.6
python-dateutil==2.8.1
PyYAML==5.3
requests==2.23.0
six==1.14.0
tqdm==4.43.0
urllib3==1.25.8
virtualenv==20.0.4
zipp==2.2.0

0 comments on commit ce97434

Please sign in to comment.