Update deps.
This commit is contained in:
@ -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
|
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.
|
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:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
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.
|
code and other links provided below.
|
||||||
|
|
||||||
|
|||||||
@ -6,23 +6,27 @@ dependencies:
|
|||||||
- wheel=0.29.0
|
- wheel=0.29.0
|
||||||
- pip:
|
- pip:
|
||||||
- appdirs==1.4.3
|
- appdirs==1.4.3
|
||||||
- certifi==2017.7.27.1
|
- certifi==2017.11.5
|
||||||
- chardet==3.0.4
|
- chardet==3.0.4
|
||||||
- colorama==0.3.9
|
- colorama==0.3.9
|
||||||
- fs==2.0.12
|
- fs==2.0.17
|
||||||
|
- graphviz==0.8.2
|
||||||
- idna==2.6
|
- idna==2.6
|
||||||
- jinja2==2.9.6
|
- jinja2==2.10
|
||||||
- markupsafe==1.0
|
- markupsafe==1.0
|
||||||
- mondrian==0.4.0
|
- mondrian==0.6.1
|
||||||
- packaging==16.8
|
- packaging==16.8
|
||||||
- pbr==3.1.1
|
- pbr==3.1.1
|
||||||
- psutil==5.4.0
|
- psutil==5.4.3
|
||||||
- pyparsing==2.2.0
|
- pyparsing==2.2.0
|
||||||
|
- python-slugify==1.2.4
|
||||||
- pytz==2017.3
|
- pytz==2017.3
|
||||||
- requests==2.18.4
|
- requests==2.18.4
|
||||||
- six==1.11.0
|
- six==1.11.0
|
||||||
- stevedore==1.27.1
|
- stevedore==1.28.0
|
||||||
|
- unidecode==1.0.22
|
||||||
- urllib3==1.22
|
- urllib3==1.22
|
||||||
- whistle==1.0.0
|
- whistle==1.0.0
|
||||||
# for examples
|
# for examples
|
||||||
- pycountry ==17.9.23
|
- pycountry ==17.9.23
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user