Merge branch 'update_dependencies_and_gitignore' into 'master'

updated dependencies and .gitignore file

See merge request fsimphy/bayernfahrplan!8
This commit is contained in:
Johannes Loher 2017-10-28 15:41:52 +02:00
commit e85289fe53
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View file

@ -1 +1,4 @@
/bayernfahrplan bayernfahrplan*
.dub/*
replacement.txt
dub.selections.json

View file

@ -5,7 +5,7 @@
"Oliver Rümpelein" "Oliver Rümpelein"
], ],
"dependencies": { "dependencies": {
"requests": "~>0.5.0", "requests": "0.5.3",
"kxml": "~>1.0.1" "kxml": "~>1.0.1"
}, },
"description": "A minimal D application.", "description": "A minimal D application.",