Skip to content

Commit c9ca30e

Browse files
committed
Added Python 3.4 to the setup file, updated required packages
1 parent c213caf commit c9ca30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
],
4343
package_dir={'pyzillow': 'pyzillow'},
4444
include_package_data=True,
45-
install_requires=[
46-
],
45+
install_requires=['requests', ],
4746
license='MIT',
4847
zip_safe=False,
4948
keywords='pyzillow',
@@ -54,5 +53,6 @@
5453
'Natural Language :: English',
5554
'Programming Language :: Python :: 2.6',
5655
'Programming Language :: Python :: 2.7',
56+
'Programming Language :: Python :: 3.4',
5757
],
5858
)

0 commit comments

Comments
 (0)