Skip to content

Instantly share code, notes, and snippets.

@davidrfreeman
Last active September 5, 2022 18:55
Show Gist options
  • Select an option

  • Save davidrfreeman/a848737d8eef137c96b1edabef067722 to your computer and use it in GitHub Desktop.

Select an option

Save davidrfreeman/a848737d8eef137c96b1edabef067722 to your computer and use it in GitHub Desktop.
Iron Bank pyproject.toml
[tool.poetry]
name = "ibmodules"
version = "0.1.0"
description = ""
authors = ["Iron Bank Pipelines and Operations <ironbank@dsop.io>"]
packages = [
{ include = "ironbank" }
]
[tool.poetry.dependencies]
python = "^3.10"
boto3 = "^1.24.4"
dockerfile = "^3.2.0"
gitpython = "^3.1.27"
jsonschema = "^4.6.0"
openpyxl = "^3.0.10"
pandas = "^1.4.2"
python-gitlab = "^3.5.0"
requests = "^2.27.1"
[tool.poetry.dev-dependencies]
black = "^22.6.0"
pyyaml = "^6.0"
pytest = "^7.1.2"
pytest-cov = "^3.0.0"
[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