Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • hive/beem
1 result
Show changes
Commits on Source (3)
......@@ -69,3 +69,6 @@ target/
# IDEs
.vscode
.DS_Store
{env_name}*
.python-version
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
......@@ -17,3 +17,6 @@ Click
prettytable
sphinx_rtd_theme
sphinx-click
asn1crypto
parameterized
click_shell
\ No newline at end of file
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.26.0'
VERSION = '0.26.1'
tests_require = [
"mock == 4.0.3",
......@@ -40,8 +40,8 @@ tests_require = [
requires = [
"ecdsa == 0.16.1",
"requests == 2.27.1",
"websocket-client == 0.58.0",
"requests >= 2.31.0",
"websocket-client >= 1.6.3",
"appdirs == 1.4.4",
"scrypt == 0.8.18",
"pycryptodomex == 3.10.1",
......