Skip to content

Commit 4119778

Browse files
fix: Add six dependency to requirements/core.txt (#363)
Summary ------- - Add six dependency as it was missing from requirements/core.txt Note: This library is used throughout the core functionality of the SDK, however the build did not fail previously due to the six library being a transient dependency for jsonschema. Jsonschema is already in requirements/core.txt, however, we are now choosing to explicitly require the six dependency as we use this library explicitly in our SDK. Test plan --------- - FSC Issues ------ - #165
1 parent d85d272 commit 4119778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/core.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pyrsistent==0.16.0
33
requests>=2.21
44
pyOpenSSL>=19.1.0
55
cryptography>=2.8.0
6-
idna>=2.10
6+
idna>=2.10
7+
six>=1.12.0

0 commit comments

Comments
 (0)