Update README
diff --git a/README.md b/README.md
index cd194f8..8186d16 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,23 @@
 
 In `requirements.txt`
 ```
-cryptography[test, docs]
-boto3
+cryptography[test, docs]==2.8
+boto3==1.9.253
 ```
 
 In `WORKSPACE`
 ```
-load("@rules_pip//:defs.bzl", "pip_repository")
+rules_python_external_version = "37dad8910495ad71bae391db7a843a0f7a3ea902"
+
+git_repository(
+    name = "rules_python_external",
+    commit = rules_python_external_version,
+    remote = "git@github.com:dillon-giacoppo/rules_python_external.git",
+    shallow_since = "1572846707 +1100",
+)
+
+
+load("@rules_python_external//:defs.bzl", "pip_repository")
 
 pip_repository(
     name = "py_deps",