[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:
parent
90c730d963
commit
8eda248dc9
|
@ -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
|
||||
|
|
|
@ -13,4 +13,4 @@ pywatchman; sys.platform != 'win32'
|
|||
PyYAML
|
||||
selenium
|
||||
sqlparse
|
||||
tblib
|
||||
tblib >= 1.5.0
|
||||
|
|
Loading…
Reference in New Issue