From 18de7f699838605a143781400ebbedefd3d95acb Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sat, 28 Oct 2017 15:39:03 +0200 Subject: [PATCH] updated dependencies and .gitignore file --- .gitignore | 5 ++++- dub.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 96fa1c5..46a3219 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -/bayernfahrplan +bayernfahrplan* +.dub/* +replacement.txt +dub.selections.json diff --git a/dub.json b/dub.json index 63601d1..680cce1 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "Oliver Rümpelein" ], "dependencies": { - "requests": "~>0.5.0", + "requests": "0.5.3", "kxml": "~>1.0.1" }, "description": "A minimal D application.",