From 16325f47b35571957813dc72145c6b6eb93185e4 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 25 Nov 2021 10:16:06 +0100 Subject: [PATCH] Update module requirements and release as v0.1.0 --- CHANGELOG.md | 7 ++++++- requirements.txt | 9 ++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1ba91..0175e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.0.0] Unreleased +## [0.2.0] Unreleased +### Added +### Changed +### Removed + +## [0.1.0] 2021-11-25 ### Added - Added changelog file. - Added Github actions for unit tests, codestyle, lint. diff --git a/requirements.txt b/requirements.txt index 57edee3..f96de22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -slack-sdk>=3.4.0 -slackeventsapi==2.2.1 -aiohttp==3.7.3 -# Use explicit commit to include slack @ reference fix. Will be available when markdown v3.3.5 is released -git+https://github.com/Python-Markdown/markdown.git@9aa4586d92181a07d3c054d81ada9b100c879d68#egg=Markdown +slack-sdk>=3.12.0 +slackeventsapi>=3.0.0 +aiohttp +markdown>=3.3.6