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

[packages]
flask = "*"
flask-sqlalchemy = "*"
pytest = "*"
flask-restful = "*"
marshmallow = "*"
flask-jwt-extended = "*"
marshmallow-enum = "*"
storage = {git = "https://gitlab.fi.muni.cz/grp-kontr2/kontr-storage-module.git", editable = true, ref = "master"}
gitpython = "*"
flask-oauthlib = "*"
pyopenssl = "*"
gunicorn = "*"
flask-cors = "*"
flask-emails = "*"
pytz = "*"
flask-migrate = "*"
python-gitlab = "*"
"psycopg2" = "*"

[dev-packages]
pytest-cov = "*"
pylint = "*"

[requires]
python_version = "3.6"