Skip to content

Instantly share code, notes, and snippets.

@jamiekt
Created June 15, 2022 21:04
Show Gist options
  • Save jamiekt/ca37d095fbc44b462c696a4e0e87b57d to your computer and use it in GitHub Desktop.
Save jamiekt/ca37d095fbc44b462c696a4e0e87b57d to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "real-time-event-processor"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.9, <3.10"
Flask = "^2.0.1"
click = "^8.0.3"
colorama = "^0.4.4"
email-validator = "^1.1.3"
json5 = "^0.9.6"
google-auth = "^2.3.3"
google-cloud-bigtable = "^2.3.3"
google-cloud-pubsub = "^2.8.0"
google-cloud-storage = "^1.42.3"
invoke = "^1.6.0"
jsonpath-ng = "^1.5.3"
pydantic = "^1.8.2"
python-dateutil = "^2.8.2"
python-dotenv = "^0.19.1"
semver = "^2.13.0"
tenacity = "^8.0.1"
# do not bump: https://github.com/raimon49/pip-licenses/issues/119
prettytable = "<=2.2.1"
[tool.poetry.dev-dependencies]
black = "^22.1.0"
flake8 = "^3.9.2"
freezegun = "^1.1.0"
google-cloud-bigquery = "^2.34.1"
mypy = "^0.931"
pdbpp = "^0.10.3"
pip-licenses = "^3.5.3"
pytest = "^6.2.5"
pytest-benchmark = "^3.4.1"
safety = "^1.10.3"
types-freezegun = "^1.1.2"
types-python-dateutil = "^2.8.9"
types-requests = "^2.27.10"
[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