Unverified Commit adcc7f15 authored by Peter Stanko's avatar Peter Stanko
Browse files

Fixing dependencies for the portal

parent c32cdd75
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ flask-jwt-extended = "*"
marshmallow-enum = "*"
storage = {editable = true,ref = "master",git = "https://gitlab.fi.muni.cz/grp-kontr2/kontr-storage-module.git"}
gitpython = "*"
flask-oauthlib = "*"
pyopenssl = "*"
gunicorn = "*"
flask-cors = "*"
@@ -29,6 +28,8 @@ coloredlogs = "*"
redis = "*"
python-dotenv = "*"
pyyaml = "*"
muni-is-api = {editable = true,git = "https://git@gitlab.fi.muni.cz/grp-kontr2/is-api.git"}
authlib = "*"

[dev-packages]
pylint = "*"