Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
add requirements in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
colinfrei committed Sep 9, 2018
1 parent 896562e commit 057e68e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pylandroidcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Colin Frei"""
__email__ = 'git@colinfrei.com'
__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = [ ]
requirements = ['paho-mqtt==1.4.0', 'pyOpenSSL==18.0.0']

setup_requirements = [ ]

Expand Down Expand Up @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/colinfrei/pylandroidcloud',
version='0.1.2',
version='0.1.3',
zip_safe=False,
)

0 comments on commit 057e68e

Please sign in to comment.