Tuxput: initial upload
This brings in publish.trustedfirmware.org to allow for S3 publishing.
Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
Change-Id: Ida3dd3186a8140cd01801ce7ac0223234703343f
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..41d66f3
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,19 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+
+[packages]
+zappa = "*"
+pytest = "*"
+requests = "*"
+boto3 = "*"
+Flask = "*"
+arrow = "==0.15.5"
+hurry = "*"
+tuxput = {editable = true, ref = "master", git = "ssh://git@gitlab.com/kspoon-linaro/tuxput.git"}
+
+[requires]
+python_version = "3.7"