[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
flask = "*"
flask-sqlalchemy = "*"
marshmallow = "*"
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 = "*"
flask-emails = "*"
pytz = "*"
flask-migrate = "*"
python-gitlab = "*"
psycopg2-binary = "*"
flask-restplus = "*"
celery = {version = "*", extras = ["auth", "redis", "yaml", "msgpack"]}
mockredispy = "*"
python-slugify = "*"
coloredlogs = "*"
"ldap3" = "*"

[dev-packages]
pylint = "*"
pytest = "*"
pytest-mock = "*"
mock = "*"
responses = "*"

[requires]
python_version = "3.6"