Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 8, 2021
1 parent b125512 commit 97b87f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pyopenssl
service_identity
autobahn
twisted
# TODO increase ovos_utils to latest release
ovos_utils>=0.0.6
json_database>=0.2.6
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name='jarbas_hive_mind',
version='0.10.9',
packages=['jarbas_hive_mind',
'jarbas_hive_mind.nodes',
'jarbas_hive_mind.backends',
'jarbas_hive_mind.nodes',
'jarbas_hive_mind.configuration',
'jarbas_hive_mind.database',
'jarbas_hive_mind.utils',
Expand All @@ -16,7 +17,6 @@
install_requires=["pyopenssl",
"service_identity",
"autobahn",
"twisted",
"mycroft-messagebus-client>=0.9.1",
"ovos_utils>=0.0.6",
"json_database>=0.2.6",
Expand Down

0 comments on commit 97b87f2

Please sign in to comment.