Skip to content

Commit 10b6a05

Browse files
sseliverstovGilBecker-Anaplan
authored andcommitted
add six to requrements (fixes allure-framework#67 via allure-framework#68)
1 parent ef96651 commit 10b6a05

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

allure-pytest/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
install_requires = [
2929
"pytest>=2.7.3",
30+
"six>=1.9.0",
3031
"allure-python-commons==2.0.0b2"
3132
]
3233

allure-python-commons/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
install_requires = [
1616
"attrs>=16.0.0",
17+
"six>=1.9.0"
1718
]
1819

1920
if sys.version_info < (3, 4):

allure-python-testing/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
VERSION = "2.0.0b2"
55

66
install_requires = [
7-
"pyhamcrest>=1.9.0"
7+
"pyhamcrest>=1.9.0",
8+
"six>=1.9.0"
89
]
910

1011

0 commit comments

Comments
 (0)