Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit b07f170

Browse files
authored
Merge pull request #11 from bbc/sammg-pin-dateutil
Add dateutil pin from other services
2 parents b4793a8 + d40782a commit b07f170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constraints.txt

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ sanic==19.12.2
2828

2929
# yarl 1.6.0 does not unescape query strings like 1.5.1 does
3030
yarl<1.6.0
31+
32+
# Requirements due to python-dateutil 2.8.1 breaking other libraries (see https://github.com/boto/botocore/commit/e87e7a7)
33+
python-dateutil>=2.1,<2.8.1

0 commit comments

Comments
 (0)