Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from staticdev/release-workflow
Browse files Browse the repository at this point in the history
Add poetry
  • Loading branch information
Thiago C. D'Ávila committed Jun 11, 2020
2 parents 42283e1 + 4d3cd5d commit 5265bfe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[tool.poetry]
name = "k8s-python-slackbot"
version = "0.1.1"
description = "Slack echobot example using Kubernetes."
authors = ["Thiago Carvalho D'Ávila <thiagocavila@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/staticdev/k8s-python-slackbot"
homepage = "https://github.com/staticdev/k8s-python-slackbot"

[tool.poetry.dependencies]
python = "^3.8"
slackclient = "^2.7.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 5265bfe

Please sign in to comment.