Skip to content

Commit 2e29ec6

Browse files
author
Elias Nygren
committed
update setup.py dependencies for py2/3 support
1 parent acf1f1f commit 2e29ec6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.2.0',
1616
license='MIT',
1717
install_requires=[
18+
'future==0.14.3',
1819
'mock==1.0.1',
1920
'py==1.4.26',
2021
'pytest==2.6.4',
2122
'requests==2.6.0',
2223
'responses==0.3.0',
23-
'six==1.9.0'
24+
'six==1.9.0',
25+
'wheel==0.24.0'
2426
]
2527
)

0 commit comments

Comments
 (0)