test branch

This commit is contained in:
Martin Xu 2023-12-06 12:08:35 -08:00
parent 93e9e39aeb
commit 91eb515ff1
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1541,13 +1541,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"
[[package]]
name = "reflex-hosting-cli"
version = "0.1.2"
version = "0.1.3a1"
description = "Reflex Hosting CLI"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "reflex_hosting_cli-0.1.2-py3-none-any.whl", hash = "sha256:efce77ab8e58aa18482fc8c102a9e466b7a219fd0bb5f4755267d368b15b2ba0"},
{file = "reflex_hosting_cli-0.1.2.tar.gz", hash = "sha256:98ed39185a395f19386b1158e5a45d0317a05e30f504f9558478965ee6a30867"},
{file = "reflex_hosting_cli-0.1.3a1-py3-none-any.whl", hash = "sha256:8006f7d9f8b71de7b624dd119d4e07d997b81dcfef6ea72b61ebe3c2efbee0e1"},
{file = "reflex_hosting_cli-0.1.3a1.tar.gz", hash = "sha256:9c78a01c4a3ea7fb6a7e0ec3f4badb1c0476d0717ae2987f38fd1cb4b0935cbd"},
]
[package.dependencies]
@ -2313,4 +2313,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "1803c47b0662ca990cbb9af6e1ea385847fe6fa5e820a21dd430bbb3329b8863"
content-hash = "2bd09866948b6dccab7fe38b264cdbb3610b19b76953d0d968aca0b616a44688"

View File

@ -57,7 +57,7 @@ wrapt = [
]
packaging = "^23.1"
pipdeptree = "^2.13.0"
reflex-hosting-cli = ">=0.1.2"
reflex-hosting-cli = "==0.1.3a1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"