Tuxput: Update Pipfile and zappa_settings
Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
Change-Id: Iadea7515aede2b6a8322e15ae0522128498fb996
diff --git a/Pipfile b/Pipfile
index 41d66f3..2800e4d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,13 +7,7 @@
[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"}
+tuxput = "*"
[requires]
python_version = "3.7"
diff --git a/zappa_settings.yml b/zappa_settings.yml
index eb6865a..3370ca4 100644
--- a/zappa_settings.yml
+++ b/zappa_settings.yml
@@ -10,5 +10,4 @@
environment_variables:
ALLOW_UPLOAD_OVERWRITE: "True"
CONF_BUCKET: tuxput-trustedfirmware-org
- DEFAULT_BUCKET: trustedfirmware-prod-storage
S3_REGION: us-east-1