Merge branch 'update_dependencies_and_gitignore' into 'master'
updated dependencies and .gitignore file See merge request fsimphy/bayernfahrplan!8
This commit is contained in:
commit
e85289fe53
2 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1 +1,4 @@
|
||||||
/bayernfahrplan
|
bayernfahrplan*
|
||||||
|
.dub/*
|
||||||
|
replacement.txt
|
||||||
|
dub.selections.json
|
||||||
|
|
2
dub.json
2
dub.json
|
@ -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.",
|
||||||
|
|
Loading…
Reference in a new issue