We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98120d6 + f707145 commit 0aa0491Copy full SHA for 0aa0491
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.4.3
4
+
5
+## Add
6
7
+## Change
8
+ - Relax python module pinning.
9
10
+## Delete
11
12
## 0.4.2
13
14
## Add
pack.yaml
@@ -2,7 +2,7 @@
ref: st2community
name: st2community
description: Pack to help manage Stackstorm's community.
-version: 0.4.2
+version: 0.4.3
keywords:
- StackStorm
- Community
requirements.txt
@@ -1,5 +1,3 @@
-PyGithub==1.43.5 ; python_version < '3.6'
-PyGithub==1.55 ; python_version >= '3.6'
-Jinja2==2.11.3
-feedparser==5.2.1 ; python_version < '3.6'
-feedparser==6.0.8 ; python_version >= '3.6'
+PyGithub
+Jinja2
+feedparser
0 commit comments