diff options
| author | Max Resnick <max@ofmax.li> | 2023-11-10 13:44:05 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2023-11-10 13:44:05 -0800 |
| commit | fa79710e94e433870230be42b4f725a7d0dd006a (patch) | |
| tree | 53cd8e17b70ea8dd1619af9f8ca97ac21170d5a5 /Pipfile | |
| parent | 5135bc8f818773244a5d8eb6ced14f9b19ed27c8 (diff) | |
| download | restic-wrapper-fa79710e94e433870230be42b4f725a7d0dd006a.tar.gz | |
burn down pipenv
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" |