Skip to content

Commit d0ea6d3

Browse files
authored
Merge pull request #93 from akx/remove-six
Remove unnecessary six dependency
2 parents 40d825a + 49ff831 commit d0ea6d3

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@ license = MIT
1414
python_requires = >=3.6, <4
1515
setup_requires =
1616
setuptools
17-
pytest-runner
1817
install_requires =
1918
python-dateutil
2019
requests
21-
six
22-
python-dateutil
23-
tests_require =
24-
pytest==4.0.2
2520
packages =
2621
upcloud_api
2722
upcloud_api.cloud_manager

test/test_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import six
2-
31
from upcloud_api import Tag
42

53
from conftest import Mock

upcloud_api/cloud_manager/tag_mixin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import six
2-
31
from upcloud_api import Tag
42

53

upcloud_api/tag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import six
2-
31
from upcloud_api import Server, UpCloudResource
42

53

0 commit comments

Comments
 (0)