Skip to content
Snippets Groups Projects
Pipfile 773 B
Newer Older
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
flask = "*"
flask-sqlalchemy = "*"
marshmallow = "*"
flask-jwt-extended = "*"
marshmallow-enum = "*"
Peter Stanko's avatar
Peter Stanko committed
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 = "*"
Peter Stanko's avatar
Peter Stanko committed
celery = {version = "*", extras = ["auth", "redis", "yaml", "msgpack"]}
Peter Stanko's avatar
Peter Stanko committed
mockredispy = "*"
Peter Stanko's avatar
Peter Stanko committed
python-slugify = "*"
Peter Stanko's avatar
Peter Stanko committed
coloredlogs = "*"

[dev-packages]
pylint = "*"
Peter Stanko's avatar
Peter Stanko committed
pytest = "*"
Peter Stanko's avatar
Peter Stanko committed
pytest-mock = "*"
mock = "*"
Peter Stanko's avatar
Peter Stanko committed
python_version = "3.6"