Skip to content

Commit 9746497

Browse files
cognifloydstackstorm-neptr
authored andcommitted
revert requirements changes
The test that suggested it was resolved did not actually run pylint.
1 parent 26e8815 commit 9746497

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

CHANGES.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Change Log
22

3-
## 1.1.0
4-
5-
* Updated requirements to use individual azure libs instead of the now-deprecated
6-
azure-mgmt and azure bundles. With newer versions of pip (which st2 now uses)
7-
the previous requirements were not installable.
8-
93
## 1.0.0
104

115
* Drop Python 2.7 support

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
- virtual machines
1212
- azure virtual machines
1313
- azurerm
14-
version: 1.1.0
14+
version: 1.0.0
1515
author : StackStorm, Inc.
1616
1717
python_versions:

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
azurerm==0.8.27
2-
# azure-mgmt bundle deprecated
3-
azure-mgmt-resource>=3,<15
2+
azure-mgmt==0.30.0a1
43
msrestazure
5-
# azure bundle deprecated
6-
azure-graphrbac
7-
apache-libcloud>=1.0.0,<3.0.0
4+
azure<5.0
5+
apache-libcloud<3.0.0

0 commit comments

Comments
 (0)