rules_pip: update to new version

rules_pip has a new version [1] of their rule system, incompatible with the
version we used, that fixes a bunch of issues, notably:
 - explicit tagging of repositories for PY2/PY3/PY23 support
 - removal of dependency on host pip (in exchange for having to vendor
   wheels)
 - higher quality tooling for locking

We update to the newer version of pip_rules, rename the external
repository to pydeps and move requirements.txt, the lockfile and the
newly vendored wheels to third_party/, where they belong.

[1] - https://github.com/apt-itude/rules_pip/issues/16

Change-Id: I1065ee2fc410e52fca2be89fcbdd4cc5a4755d55
diff --git a/third_party/py/wheels/BUILD b/third_party/py/wheels/BUILD
new file mode 100644
index 0000000..1b09257
--- /dev/null
+++ b/third_party/py/wheels/BUILD
@@ -0,0 +1 @@
+# This is a generated file which may be overwritten with a custom BUILD file
\ No newline at end of file
diff --git a/third_party/py/wheels/SQLAlchemy-1.3.8-cp36-cp36m-linux_x86_64.whl b/third_party/py/wheels/SQLAlchemy-1.3.8-cp36-cp36m-linux_x86_64.whl
new file mode 100644
index 0000000..b54494b
--- /dev/null
+++ b/third_party/py/wheels/SQLAlchemy-1.3.8-cp36-cp36m-linux_x86_64.whl
Binary files differ
diff --git a/third_party/py/wheels/future-0.17.1-py3-none-any.whl b/third_party/py/wheels/future-0.17.1-py3-none-any.whl
new file mode 100644
index 0000000..77f89e3
--- /dev/null
+++ b/third_party/py/wheels/future-0.17.1-py3-none-any.whl
Binary files differ
diff --git a/third_party/py/wheels/pycparser-2.19-py2.py3-none-any.whl b/third_party/py/wheels/pycparser-2.19-py2.py3-none-any.whl
new file mode 100644
index 0000000..f00822f
--- /dev/null
+++ b/third_party/py/wheels/pycparser-2.19-py2.py3-none-any.whl
Binary files differ
diff --git a/third_party/py/wheels/uWSGI-2.0.18-cp36-cp36m-linux_x86_64.whl b/third_party/py/wheels/uWSGI-2.0.18-cp36-cp36m-linux_x86_64.whl
new file mode 100644
index 0000000..1bf3680
--- /dev/null
+++ b/third_party/py/wheels/uWSGI-2.0.18-cp36-cp36m-linux_x86_64.whl
Binary files differ