diff options
| author | Max Resnick <max@ofmax.li> | 2018-11-03 16:30:48 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2018-11-03 16:32:25 -0700 |
| commit | 75a06c534e0f5bf872d6818f9de4bfb39e64bc9a (patch) | |
| tree | 28bdddfeae88939399375d1e10b5f2c3226992d4 /Pipfile | |
| parent | 002e965f6d1201fc1a33d76978de27c7db6b1b6f (diff) | |
| download | restic-wrapper-75a06c534e0f5bf872d6818f9de4bfb39e64bc9a.tar.gz | |
Initial Commit
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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" |