Skip to content

Commit acceeb9

Browse files
committed
Sem-Ver: bugfix For python 2.7 and 3.5 testing we need to pin itsdangerous to a version < 2.0.0.
Signed-off-by: David Black <[email protected]>
1 parent be2041a commit acceeb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
nose
22
mock
33
Jinja2<3.0.0
4+
itsdangerous>=0.24,<2.0.0
45
MarkupSafe<2.0.0
56
flask<1.1.0
67
Django>=1.11,<2.0.0

0 commit comments

Comments
 (0)