updated requests dependency and license
This commit is contained in:
parent
7cf2592ff2
commit
4f40ff7712
1 changed files with 3 additions and 3 deletions
6
dub.json
6
dub.json
|
@ -5,10 +5,10 @@
|
|||
"Oliver Rümpelein"
|
||||
],
|
||||
"dependencies": {
|
||||
"requests": "~>0.4.1",
|
||||
"requests": "~>0.5.0",
|
||||
"kxml": "~>1.0.1"
|
||||
},
|
||||
"description": "A minimal D application.",
|
||||
"copyright": "Copyright © 2016, Johannes Loher",
|
||||
"license": "proprietary"
|
||||
"copyright": "Copyright © 2017, Johannes Loher",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue