aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2023-11-10 13:44:05 -0800
committerMax Resnick <max@ofmax.li>2023-12-17 08:22:56 -0800
commite6978fb2f433ce4ff414520769a01a34eb0545bf (patch)
treeb3a8051a119532d66a5c73c2faa4add5889d910d /Pipfile
parent5135bc8f818773244a5d8eb6ced14f9b19ed27c8 (diff)
downloadrestic-wrapper-e6978fb2f433ce4ff414520769a01a34eb0545bf.tar.gz
feat: support s3 better
removed pipenv, lint clean up
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Pipfile b/Pipfile
deleted file mode 100644
index 4194aee..0000000
--- a/Pipfile
+++ /dev/null
@@ -1,16 +0,0 @@
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[dev-packages]
-ipython = "*"
-ipdb = "*"
-"autopep8" = "*"
-
-[packages]
-sh = "*"
-restic = {path = "."}
-
-[requires]
-python_version = "3.6"