Commit 4119778
authored
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
------
- #1651 parent d85d272 commit 4119778
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
0 commit comments