Created
January 30, 2019 21:34
-
-
Save mvoitko/7563e8dcdf3716f315ded140a5aeba34 to your computer and use it in GitHub Desktop.
dphelper/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "dphelper" | |
version = "0.1.6.dev0" | |
description = "" | |
authors = ["Alex Tonkonozhenko <[email protected]>"] | |
[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