File tree Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " RLTest"
3
- version = " 0.4"
3
+ version = " 0.4.1 "
4
4
description =" Redis Labs Test Framework, allow to run tests on redis and modules on a variety of environments"
5
5
authors = [
" RedisLabs <[email protected] >" ]
6
6
license = " BSD-3-Clause"
@@ -23,25 +23,11 @@ classifiers = [
23
23
]
24
24
25
25
[tool .poetry .dependencies ]
26
- python = " ^3.6"
27
- redis = " >=3.0.0"
28
- redis-py-cluster = " >=2.1.0"
29
- distro = " >=1.4.0"
30
- psutil = " ^3.0.0"
31
-
32
- [tool .poetry .dev-dependencies ]
33
- codecov = " ^2.1.11"
34
- flake8 = " ^3.9.2"
35
- rmtest = " ^0.7.0"
36
- nose = " ^1.3.7"
37
- ml2rt = " ^0.2.0"
38
- tox = " >=3.23.1"
39
- tox-poetry = " ^0.3.0"
40
- bandit = " ^1.7.0"
41
- pylint = " ^2.8.2"
42
- vulture = " ^2.3"
43
- pytest = " ^6.2.4"
44
- pytest-cov = " ^2.12.0"
26
+ python = " ^2.7"
27
+ distro = " ^1.5.0"
28
+ redis = " ^3.5.3"
29
+ redis-py-cluster = " ^2.1.3"
30
+ psutil = " ^5.8.0"
45
31
46
32
[tool .poetry .urls ]
47
33
repository = " https://github.com/RedisLabsModules/RLTest"
@@ -50,6 +36,15 @@ repository = "https://github.com/RedisLabsModules/RLTest"
50
36
RLTest = ' RLTest.__main__:main'
51
37
52
38
39
+
40
+ [tool .poetry .dev-dependencies ]
41
+ codecov = " ^2.1.11"
42
+ flake8 = " ^3.9.2"
43
+ rmtest = " ^0.7.0"
44
+ nose = " ^1.3.7"
45
+ ml2rt = " ^0.2.0"
46
+ pytest = " 4.6"
47
+ pytest-cov = " ^2.12.1"
53
48
[build-system ]
54
49
requires = [" poetry-core>=1.0.0" ]
55
50
build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments