[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
click = "~=8.1"
jinja2 = "*"
prettytable = "~=3.8"
loguru = "~=0.7.2"
httpx = "~=0.25.0"
beautifulsoup4 = "~=4.12.2"
orjson = "~=3.10.1"
paho-mqtt = "~=2.0.0"
twine = "~=5.1.0"
python-keycloak = "~=3.3"
build = "~=1.2.1"
stellanow-api-internals = "~=0.0.2"
pydantic = "~=2.9.2"

[dev-packages]
autoflake = "*"
isort = "~=5.13.2"
vulture = "*"
black = "22.12.0"
ipython = "*"
safety = "*"
mypy = "*"
autopep8 = "*"
pytest = "*"
pytest-mock = "*"

[requires]
python_version = "3.11"

[pipenv]
allow_prereleases = true
