Skip to content

Instantly share code, notes, and snippets.

@vitasiku
Last active May 14, 2019 06:53
Show Gist options
  • Save vitasiku/d53396fa67e5ca1c5e1aef8745ff7e2f to your computer and use it in GitHub Desktop.
Save vitasiku/d53396fa67e5ca1c5e1aef8745ff7e2f to your computer and use it in GitHub Desktop.
pyproject
[tool.poetry]
name = "ds-3_6_6_poetry"
version = "0.1.0"
description = ""
authors = ["Vitalis <asikuvitalis@gmail.com>"]
[tool.poetry.dependencies]
python = "3.6.6"
numpy = "^1.16"
pandas = "^0.24.2"
requests = "^2.21"
scikit-learn = "^0.21.0"
XlsxWriter = "^1.1"
xgboost = "^0.82.0"
mimesis = "^3.1"
JayDeBeApi = "^1.1"
gunicorn = "^19.9"
funcy = "^1.12"
fluentcheck = "^0.0.2"
flower = "^0.9.3"
uvicorn = "^0.7.1"
fastapi = "^0.20.1"
flask = "^1.0"
Flask-SQLAlchemy = "^2.4"
Flask-Migrate = "^2.4"
Flask-Script = "^2.0"
Flask-Admin = "^1.5"
Flask-Cors = "^3.0"
geopandas = "^0.5.0"
PyHive = "^0.6.1"
plotnine = "^0.5.1"
aiofiles = "^0.4.0"
cx_oracle = "^7.1"
matplotlib = "^3.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment