summaryrefslogtreecommitdiff
path: root/dev_requirements.txt
Commit message (Collapse)AuthorAge
* doc: Use ReadTheDocs theme for local doc builds.Raphaël Barrois2016-02-09
|
* Add examples folder.Raphaël Barrois2015-07-15
| | | | | This should contain examples of "using factory_boy with third-party frameworks".
* Add factory.Faker()Raphaël Barrois2015-05-22
| | | | | This relies on the ``fake-factory`` library, and provides realistic random values for most field types.
* Simplify dependencies installation for multi-version.Raphaël Barrois2015-04-27
| | | | | | | | | You may now use: ``make DJANGO_VERSION=1.7 test``. Valid options: * ``DJANGO_VERSION`` * ``MONGOENGINE_VERSION`` * ``ALCHEMY_VERSION``
* Add wheel supportRaphaël Barrois2015-04-21
|
* Update requirementsRaphaël Barrois2014-01-21
|
* Adding factory support for mongoengine (Closes #89).Jonathan Tushman2013-09-13
|
* Add 'coverage' dependency.Raphaël Barrois2013-08-15
|
* Add dev_requirements file.Raphaël Barrois2013-08-15