mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
bump version to beta-18
This commit is contained in:
parent
7a591e9292
commit
5e568c0a4f
3 changed files with 4 additions and 35 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
HYPERGLASS_VERSION="1.0.0b17"
|
||||
HYPERGLASS_VERSION="1.0.0b18"
|
||||
|
||||
MIN_PYTHON_MAJOR="3"
|
||||
MIN_PYTHON_MINOR="6"
|
||||
|
|
|
|||
32
poetry.lock
generated
32
poetry.lock
generated
|
|
@ -988,22 +988,6 @@ optional = false
|
|||
python-versions = "*"
|
||||
version = "2.0.0"
|
||||
|
||||
[[package]]
|
||||
category = "main"
|
||||
description = "Pure python SSH tunnels"
|
||||
name = "sshtunnel"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
version = "0.1.5"
|
||||
|
||||
[package.dependencies]
|
||||
paramiko = ">=1.15.2"
|
||||
|
||||
[package.extras]
|
||||
build_sphinx = ["sphinx", "sphinxcontrib-napoleon"]
|
||||
dev = ["check-manifest"]
|
||||
test = ["tox (>=1.8.1)"]
|
||||
|
||||
[[package]]
|
||||
category = "dev"
|
||||
description = "Debug-friendly stack traces, with variable values and semantic highlighting"
|
||||
|
|
@ -1076,14 +1060,6 @@ optional = false
|
|||
python-versions = "*"
|
||||
version = "1.4.1"
|
||||
|
||||
[[package]]
|
||||
category = "main"
|
||||
description = "Ultra fast JSON encoder and decoder for Python"
|
||||
name = "ujson"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
version = "1.35"
|
||||
|
||||
[[package]]
|
||||
category = "main"
|
||||
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
||||
|
|
@ -1180,7 +1156,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
|||
testing = ["jaraco.itertools", "func-timeout"]
|
||||
|
||||
[metadata]
|
||||
content-hash = "495be8d729b8b128b871a2adcfc04d8f74716b05fe636a5b99080ccc1c9bd0fc"
|
||||
content-hash = "50471d63d1824744cda9366ebfa22e8c6dbd276a5ff0ff7955e6ecf7b3791936"
|
||||
python-versions = "^3.6"
|
||||
|
||||
[metadata.files]
|
||||
|
|
@ -1694,9 +1670,6 @@ snowballstemmer = [
|
|||
{file = "snowballstemmer-2.0.0-py2.py3-none-any.whl", hash = "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0"},
|
||||
{file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"},
|
||||
]
|
||||
sshtunnel = [
|
||||
{file = "sshtunnel-0.1.5.tar.gz", hash = "sha256:c813fdcda8e81c3936ffeac47cb69cfb2d1f5e77ad0de656c6dab56aeebd9249"},
|
||||
]
|
||||
stackprinter = [
|
||||
{file = "stackprinter-0.2.3-py3-none-any.whl", hash = "sha256:a21590e1c8fc4aad1e97e89df2bcf86dcaf55f47b1bbb4dfd209361d28fd9d68"},
|
||||
{file = "stackprinter-0.2.3.tar.gz", hash = "sha256:8d050d86f98d1a054da125733c998fed6020c1e078628d616c75701496ebd0b8"},
|
||||
|
|
@ -1743,9 +1716,6 @@ typed-ast = [
|
|||
{file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"},
|
||||
{file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"},
|
||||
]
|
||||
ujson = [
|
||||
{file = "ujson-1.35.tar.gz", hash = "sha256:f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86"},
|
||||
]
|
||||
urllib3 = [
|
||||
{file = "urllib3-1.25.8-py2.py3-none-any.whl", hash = "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc"},
|
||||
{file = "urllib3-1.25.8.tar.gz", hash = "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc"},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name = "hyperglass"
|
||||
version = "1.0.0-beta.17"
|
||||
version = "1.0.0-beta.18"
|
||||
description = "hyperglass is the modern network looking glass that tries to make the internet better."
|
||||
authors = ["Matt Love <matt@hyperglass.io>"]
|
||||
readme = "README.md"
|
||||
|
|
@ -29,11 +29,10 @@ pydantic = "^1.4"
|
|||
PyJWT = "^1.7.1"
|
||||
python = "^3.6"
|
||||
PyYAML = "^5.3"
|
||||
sshtunnel = "^0.1.5"
|
||||
ujson = "^1.35"
|
||||
uvicorn = "^0.11"
|
||||
uvloop = "^0.14.0"
|
||||
inquirer = "^2.6.3"
|
||||
paramiko = "^2.7.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
bandit = "^1.6.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue