Skip to content

Commit

Permalink
v0.1.4 - define requests module as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSiemen committed Mar 17, 2019
1 parent 231ea36 commit 9af2dab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding='utf-8').read()


version = '0.1.3'
version = '0.1.4'


setuptools.setup(
Expand All @@ -44,6 +44,9 @@ def read(fname):
long_description=read('README.rst'),
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=[
'requests>=2.5.0',
],
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 9af2dab

Please sign in to comment.