From b8e4d51baf8ff7f10b551cc90596ca889a227add Mon Sep 17 00:00:00 2001 From: raimon Date: Wed, 8 May 2019 10:45:23 +0900 Subject: [PATCH] Add comments to examples --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index dbd1582..0c5ac7a 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -33,5 +33,5 @@ foobar[quux]<2,>=3; os_name=='a' -e bzr+ssh://user@myproject.org/MyProject/trunk#egg=MyProject # Bazaar -e bzr+https://bzr.myproject.org/MyProject/trunk@2019#egg=MyProject -django==2.2 +# Project or archive URL. https://github.com/pallets/click/archive/7.0.zip