diff --git a/Pipfile b/Pipfile index a04ff596da5df669dcfb74da4376731bf1f577d5..101897d0a0b3b9de36ddcb9f0c7a84f4c9cfdcb2 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ flask-sqlalchemy = "*" marshmallow = "*" flask-jwt-extended = "*" marshmallow-enum = "*" -storage = {git = "https://gitlab.fi.muni.cz/grp-kontr2/kontr-storage-module.git", editable = true, ref = "master"} +storage = {editable = true, ref = "master", git = "https://gitlab.fi.muni.cz/grp-kontr2/kontr-storage-module.git"} gitpython = "*" flask-oauthlib = "*" pyopenssl = "*"