Skip to content

Commit

Permalink
Fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Dec 4, 2021
1 parent afdd4e9 commit 4d5b17a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devices_module/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Devices module
"""

__version__ = "0.5.14"
__version__ = "0.5.15"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ fastybird-modules-metadata>=0.10
kink>=0.6
pony>=0.7
setuptools>=57.4
mysqlclient>=2.0
mysqlclient>=2.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ def find_version(*file_paths):
package_data={"devices_module": ["py.typed"]},
install_requires=[
"fastnumbers",
"fastybird-application-exchange",
"fastybird-exchange-plugin",
"fastybird-modules-metadata",
"kink",
"pony",
"setuptools",
"mysqlclient",
],
download_url="https://github.com/FastyBird/devices-module/archive/%s.tar.gz" % VERSION,
classifiers=[
Expand Down

0 comments on commit 4d5b17a

Please sign in to comment.