aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2018-11-03 16:30:48 -0700
committerMax Resnick <max@ofmax.li>2018-11-03 16:32:25 -0700
commit75a06c534e0f5bf872d6818f9de4bfb39e64bc9a (patch)
tree28bdddfeae88939399375d1e10b5f2c3226992d4 /Pipfile
parent002e965f6d1201fc1a33d76978de27c7db6b1b6f (diff)
downloadrestic-wrapper-75a06c534e0f5bf872d6818f9de4bfb39e64bc9a.tar.gz
Initial Commit
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..4194aee
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,16 @@
+[[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"