Skip to content

Commit

Permalink
Update module requirements and release as v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Nov 25, 2021
1 parent d9b2cfe commit 16325f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 16325f4

Please sign in to comment.