diff --git a/config.json b/config.json index 751791bf2a..db5aa8033c 100644 --- a/config.json +++ b/config.json @@ -792,7 +792,16 @@ "slug": "protein-translation", "name": "Protein Translation", "uuid": "84af7be8-8f90-4990-9d48-b5324a0d4354", - "prerequisites": [], + "prerequisites": [ + "maps", + "enum", + "recursion", + "case", + "strings", + "binaries", + "regular-expressions", + "errors" + ], "difficulty": 2, "topics": [ "pattern_matching",