File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
3
3
# SPDX-License-Identifier: GPL-3.0-or-later
4
4
5
- unittest2 ; python_version < '2.7'
6
- importlib ; python_version < '2.7'
7
5
8
6
# requirement for the memcached cache plugin
9
7
python-memcached < 1.60 ; python_version < '3.6'
@@ -14,17 +12,16 @@ redis
14
12
async-timeout ; python_version == '3.11'
15
13
16
14
# requirement for the linode module
17
- linode-python # APIv3
18
- linode_api4 ; python_version > '2.6' # APIv4
15
+ linode-python # APIv3
16
+ linode_api4 # APIv4
19
17
20
18
# requirement for the gitlab and github modules
21
19
python-gitlab
22
20
PyGithub
23
21
httmock
24
22
25
23
# requirement for maven_artifact module
26
- lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
27
- lxml ; python_version >= '2.7'
24
+ lxml
28
25
semantic_version
29
26
30
27
# requirement for datadog_downtime module
You can’t perform that action at this time.
0 commit comments