Skip to content

Instantly share code, notes, and snippets.

@paretje
Created February 8, 2019 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paretje/ba782f55034bf2ae5f051facd64d4f9e to your computer and use it in GitHub Desktop.
Save paretje/ba782f55034bf2ae5f051facd64d4f9e to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "example"
version = "0.1.0"
description = ""
authors = ["Kevin Velghe <kevin.velghe@senso2.me>"]
[tool.poetry.dependencies]
python = "^3.5"
alembic = "==0.9.1"
Flask = "==0.12.2"
Flask-Migrate = "==2.0.3"
Flask-SQLAlchemy = "==2.2"
Flask-AlchemyDumps = "==0.0.10"
Flask-Script = { git="https://github.com/smurfix/flask-script.git", branch="master" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment