Update README.rst
This commit is contained in:
parent
4eedf00025
commit
affc12df4b
@ -38,16 +38,20 @@ Dependencies
|
|||||||
All of the dependencies can easily be installed via `pip <https://pip.pypa.io/>`_.
|
All of the dependencies can easily be installed via `pip <https://pip.pypa.io/>`_.
|
||||||
|
|
||||||
Bare minimum you need to use this package:
|
Bare minimum you need to use this package:
|
||||||
|
|
||||||
- pymongo>=2.7.1
|
- pymongo>=2.7.1
|
||||||
- six>=1.10.0
|
- six>=1.10.0
|
||||||
|
|
||||||
If you utilize a ``DateTimeField`` and want to use a more flexible date parser:
|
If you utilize a ``DateTimeField`` and want to use a more flexible date parser:
|
||||||
|
|
||||||
- dateutil>=2.1.0
|
- dateutil>=2.1.0
|
||||||
|
|
||||||
If you to utilize an ``ImageField`` or ``ImageGridFsProxy``:
|
If you to utilize an ``ImageField`` or ``ImageGridFsProxy``:
|
||||||
|
|
||||||
- Pillow>=2.0.0
|
- Pillow>=2.0.0
|
||||||
|
|
||||||
If you want to generate the documentation (e.g. to contribute to it):
|
If you want to generate the documentation (e.g. to contribute to it):
|
||||||
|
|
||||||
- sphinx
|
- sphinx
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user