Skip to content

Instantly share code, notes, and snippets.

@shahinism
Created September 17, 2021 07:40
Show Gist options
  • Save shahinism/c24445184019d5568dac4717dd7253a5 to your computer and use it in GitHub Desktop.
Save shahinism/c24445184019d5568dac4717dd7253a5 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "-"
version = "0.1.0"
description = "-"
authors = ["test@example.com"]
[[tool.poetry.source]]
name = "carnext"
url = "https://nexus.carnext.io/repository/python/simple"
secondary = true
[tool.poetry.dependencies]
python = "^3.9"
boto3 = "^1.18.35"
kafka = "^1.3.5"
confluent-kafka = {extras = ["avro"], version = "^1.7.0"}
lxml = "^4.6.3"
python-dateutil = "^2.8.2"
phonenumbers = "^8.12.31"
beautifulsoup4 = "^4.9.3"
dynaconf = "^3.1.7"
loguru = "^0.5.3"
email-validator = "^1.1.3"
carnext-aws-helpers = "1.0.1"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
mock = "^4.0.3"
python-language-server = {extras = ["all"], version = "^0.36.2"}
mypy = "^0.910"
types-python-dateutil = "^2.8.0"
black = "^21.8b0"
pdbpp = "^0.10.3"
ipython = "^7.27.0"
isort = "^5.9.3"
autoflake = "^1.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment