Skip to content

Instantly share code, notes, and snippets.

@mvoitko
Created January 30, 2019 21:34
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/7563e8dcdf3716f315ded140a5aeba34 to your computer and use it in GitHub Desktop.
Save mvoitko/7563e8dcdf3716f315ded140a5aeba34 to your computer and use it in GitHub Desktop.
dphelper/pyproject.toml
[tool.poetry]
name = "dphelper"
version = "0.1.6.dev0"
description = ""
authors = ["Alex Tonkonozhenko <oleksandr.tonkonozhenko@glomex.com>"]
[tool.poetry.dependencies]
python = "*"
psycopg2-binary = "^2.7"
glomex-utils = "^0.0"
s3transfer = "^0.1"
pyhocon = "^0.3"
boto3 = "^1.7"
glomex-pygrok = "^0.7"
troposphere = "^2.2"
retrying = "^1.3"
mock = "^2.0"
functools32 = {version = "^3.2", python = "~2.7"}
futures = {version = "^3.1", python = "~2.7"}
xlsxwriter = {version = "^1.0", optional = true}
unicodecsv = {version = "^0.14.1", optional = true}
[tool.poetry.dev-dependencies]
regex = "^2018.2"
simplejson = "^3.15"
pyspark = "^2.3"
requests_mock = "^1.5"
Werkzeug = "^0.14"
findspark = "^1.2"
slacker = "^0.9"
tqdm = "^4.23"
pandas = "^0.22"
elasticsearch = "^5.5"
ipython = "^5.7"
requests = "^2.18"
ipywidgets = "^7.2"
[[tool.poetry.source]]
name = "glomex"
url = "https://reposerver-prod-eu-west-1.infra.glomex.cloud/pypi/packages"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment