Skip to content

Instantly share code, notes, and snippets.

@mvoitko
Created November 8, 2018 17:06
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 mvoitko/fe0a1451f4616e36d810901d83ee388c to your computer and use it in GitHub Desktop.
Save mvoitko/fe0a1451f4616e36d810901d83ee388c to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "rating-engine"
version = "0.1.0"
description = ""
authors = ["Alex Tonkonozhenko <oleksandr.tonkonozhenko@glomex.com>"]
[tool.poetry.dependencies]
python = "^3.6"
lxml = "^4.2"
numpy = "^1.14"
pandas = "^0.23.0"
openpyxl = "^2.5"
psycopg2-binary = "^2.7"
sqlalchemy-media = "^0.16.0"
flask = "^1.0"
gunicorn = "^19.8"
flask_sqlalchemy = "^2.3"
querystring-parser = "^1.2"
Flask-Migrate = "^2.1"
toolz = "^0.9.0"
google-measurement-protocol = "^1.0"
redis = "^2.10"
flask-cors = "^3.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
alembic = "^0.9.9"
python-dotenv = "^0.8.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment