From 82aab703c21d67be224342b707f62e6ad774a2ce Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 8 Jan 2018 08:20:28 +0100 Subject: [PATCH] Update deps. --- docs/tutorial/django.rst | 15 +++++++++++++++ docs/tutorial/sqlalchemy.rst | 1 + readthedocs-conda.yml | 16 ++++++++++------ 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/docs/tutorial/django.rst b/docs/tutorial/django.rst index c1c1552..ddb8d05 100644 --- a/docs/tutorial/django.rst +++ b/docs/tutorial/django.rst @@ -6,3 +6,18 @@ Working with Django This section does not exist yet, but it's in the plans to write it quite soon. Meanwhile, you can check the source code and other links provided below. +Source code +::::::::::: + +https://github.com/python-bonobo/bonobo/tree/master/bonobo/contrib/django + + +bonobo.contrib.django +::::::::::::::::::::: + +.. automodule:: bonobo.contrib.django + :members: + :undoc-members: + :show-inheritance: + + diff --git a/docs/tutorial/sqlalchemy.rst b/docs/tutorial/sqlalchemy.rst index be9e4bb..4368066 100644 --- a/docs/tutorial/sqlalchemy.rst +++ b/docs/tutorial/sqlalchemy.rst @@ -5,3 +5,4 @@ Working with SQL Databases This section does not exist yet, but it's in the plans to write it quite soon. Meanwhile, you can check the source code and other links provided below. + diff --git a/readthedocs-conda.yml b/readthedocs-conda.yml index 81d72c7..fbe1b16 100644 --- a/readthedocs-conda.yml +++ b/readthedocs-conda.yml @@ -6,23 +6,27 @@ dependencies: - wheel=0.29.0 - pip: - appdirs==1.4.3 - - certifi==2017.7.27.1 + - certifi==2017.11.5 - chardet==3.0.4 - colorama==0.3.9 - - fs==2.0.12 + - fs==2.0.17 + - graphviz==0.8.2 - idna==2.6 - - jinja2==2.9.6 + - jinja2==2.10 - markupsafe==1.0 - - mondrian==0.4.0 + - mondrian==0.6.1 - packaging==16.8 - pbr==3.1.1 - - psutil==5.4.0 + - psutil==5.4.3 - pyparsing==2.2.0 + - python-slugify==1.2.4 - pytz==2017.3 - requests==2.18.4 - six==1.11.0 - - stevedore==1.27.1 + - stevedore==1.28.0 + - unidecode==1.0.22 - urllib3==1.22 - whistle==1.0.0 # for examples - pycountry ==17.9.23 +