diff options
| author | Max Resnick <max@ofmax.li> | 2023-11-10 13:44:05 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2023-12-17 08:22:56 -0800 |
| commit | e6978fb2f433ce4ff414520769a01a34eb0545bf (patch) | |
| tree | b3a8051a119532d66a5c73c2faa4add5889d910d /Pipfile | |
| parent | 5135bc8f818773244a5d8eb6ced14f9b19ed27c8 (diff) | |
| download | restic-wrapper-e6978fb2f433ce4ff414520769a01a34eb0545bf.tar.gz | |
feat: support s3 better
removed pipenv, lint clean up
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 16 |
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" |