From 2b712f5c4ec03f4c2aad418b4061968b5262a151 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 5 Nov 2017 19:50:38 +0100 Subject: [PATCH] Update conda conf so readthedocs can maybe build. --- config/conda.yml | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/config/conda.yml b/config/conda.yml index 09b92de..2af0f49 100644 --- a/config/conda.yml +++ b/config/conda.yml @@ -1,14 +1,28 @@ name: py35 dependencies: - pip=9.0.1=py35_0 -- python=3.5.2=0 -- setuptools=20.3=py35_0 -- wheel=0.29.0=py35_0 +- python=3.5.4=0 +- setuptools=36.6.0=py35_0 +- wheel=0.30.0=py35_0 - pip: - - colorama ==0.3.9 - - fs ==2.0.3 - - psutil ==5.2.2 - - requests ==2.13.0 - - stevedore ==1.21.0 + - appdirs==1.4.3 + - certifi==2017.7.27.1 + - chardet==3.0.4 + - colorama==0.3.9 + - fs==2.0.12 + - idna==2.6 + - jinja2==2.9.6 + - markupsafe==1.0 + - mondrian==0.4.0 + - packaging==16.8 + - pbr==3.1.1 + - psutil==5.4.0 + - pyparsing==2.2.0 + - pytz==2017.3 + - requests==2.18.4 + - six==1.11.0 + - stevedore==1.27.1 + - urllib3==1.22 + - whistle==1.0.0 # for examples - pycountry ==17.9.23