[2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Backport of 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 from master.
This commit is contained in:
parent
90c730d963
commit
8eda248dc9
@ -244,7 +244,7 @@ dependencies:
|
|||||||
* gettext_ (:ref:`gettext_on_windows`)
|
* gettext_ (:ref:`gettext_on_windows`)
|
||||||
* selenium_
|
* selenium_
|
||||||
* sqlparse_ (required)
|
* sqlparse_ (required)
|
||||||
* tblib_
|
* tblib_ 1.5.0+
|
||||||
|
|
||||||
You can find these dependencies in `pip requirements files`_ inside the
|
You can find these dependencies in `pip requirements files`_ inside the
|
||||||
``tests/requirements`` directory of the Django source tree and install them
|
``tests/requirements`` directory of the Django source tree and install them
|
||||||
|
@ -13,4 +13,4 @@ pywatchman; sys.platform != 'win32'
|
|||||||
PyYAML
|
PyYAML
|
||||||
selenium
|
selenium
|
||||||
sqlparse
|
sqlparse
|
||||||
tblib
|
tblib >= 1.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user