diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-15 18:33:21 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-15 18:33:21 -0700 |
commit | e28c0791e397b78d7255f5735a0609350ee19c67 (patch) | |
tree | 20bacfe08474ea5fe6d021238c6459446c04bb0a /python/Pipfile | |
parent | ed27bf6fb7afda158812c0822498bc7408572b8e (diff) | |
download | sandcrawler-e28c0791e397b78d7255f5735a0609350ee19c67.tar.gz sandcrawler-e28c0791e397b78d7255f5735a0609350ee19c67.zip |
pipenv: update to python3.7
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index fc63697..cf6b99e 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -40,7 +40,7 @@ urlcanon = "*" zipp = "<2.0.0" [requires] -python_version = "3.5" +python_version = "3.7" [packages.globalwayback] version = ">=0.3" |