From 3003257cf45675112b17a89787d4081108cddc3b Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 16 Oct 2020 20:52:06 +0530 Subject: [PATCH] 2.x is dropped --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ed8a0..71afd0c 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ waybackpy --url akamhy.github.io --user_agent "my-user-agent" --known_urls --sub ## Dependency -None, just python standard libraries (re, json, urllib, argparse and datetime). Both python 2 and 3 are supported :) +None, just pre-installed [python standard libraries](https://docs.python.org/3/library/). ## Packaging