[2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.

Backport of 25903e41fb from master.
This commit is contained in:
Mariusz Felisiak 2019-11-12 14:06:03 +01:00
parent 90c730d963
commit 8eda248dc9
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ dependencies:
* gettext_ (:ref:`gettext_on_windows`)
* selenium_
* sqlparse_ (required)
* tblib_
* tblib_ 1.5.0+
You can find these dependencies in `pip requirements files`_ inside the
``tests/requirements`` directory of the Django source tree and install them

View File

@ -13,4 +13,4 @@ pywatchman; sys.platform != 'win32'
PyYAML
selenium
sqlparse
tblib
tblib >= 1.5.0