Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN python3 -m pip install --no-cache-dir /tmp/suzieq-$version-py3-none-any.whl
rm -rf /tmp/* /var/tmp/*

VOLUME [ "/home/$username/parquet" ]
ENV PATH=/root/.local/bin:$PATH:/root/.local/lib/python3.7/site-packages/suzieq/cli/:/root/.local/lib/python3.7/site-packages/suzieq/poller/:/root/.local/lib/python3.7/site-packages/suzieq/restServer

ENV PATH=/root/.local/bin:$PATH:/root/.local/lib/python3.9/site-packages/suzieq/cli/:/root/.local/lib/python3.9/site-packages/suzieq/poller/:/root/.local/lib/python3.9/site-packages/suzieq/restServer

ENV SQENV=docker

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-sqbase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.14-slim-buster AS sqbase
FROM python:3.9.21-slim-bullseye AS sqbase

ENV PATH=/root/.local/bin:$PATH
ENV PYTHONPATH=/root/.local/lib
Expand Down
3 changes: 2 additions & 1 deletion build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ python-dateutil==2.8.2 ; python_full_version > "3.8.1" and python_version < "3.1
python-dotenv==0.19.2 ; python_full_version > "3.8.1" and python_version < "3.10"
python-nubia==0.2b5 ; python_full_version > "3.8.1" and python_version < "3.10"
pytz==2023.3 ; python_full_version > "3.8.1" and python_version < "3.10"
pyvmomi==8.0.2.0.1 ; python_full_version > "3.8.1" and python_version < "3.10"
pywin32==306 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version > "3.8.1" and python_version < "3.10"
pywinpty==2.0.11 ; python_full_version > "3.8.1" and python_version < "3.10" and os_name == "nt"
pyyaml==6.0 ; python_full_version > "3.8.1" and python_version < "3.10"
Expand Down Expand Up @@ -145,7 +146,7 @@ typing-extensions==4.7.1 ; python_full_version > "3.8.1" and python_version < "3
typing-inspect==0.9.0 ; python_full_version > "3.8.1" and python_version < "3.10"
tzlocal==2.1 ; python_full_version > "3.8.1" and python_version < "3.10"
urllib3==1.26.16 ; python_full_version > "3.8.1" and python_version < "3.10"
uvicorn==0.14.0 ; python_full_version > "3.8.1" and python_version < "3.10"
uvicorn==0.15.0 ; python_full_version > "3.8.1" and python_version < "3.10"
uvloop==0.17.0 ; python_full_version > "3.8.1" and python_version < "3.10"
validators==0.20.0 ; python_full_version > "3.8.1" and python_version < "3.10"
watchdog==3.0.0 ; python_full_version > "3.8.1" and python_version < "3.10" and platform_system != "Darwin"
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ faker = "~4.18"
netconan = "~0.11.2"
jsonpath-ng = "~1.6"
fastapi = "~0.95.2"
uvicorn = "^0.14.0"
uvicorn = "^0.15.0"
tabulate = "^0.8.7"
streamlit = "1.11.1"
graphviz = "^0.15"
Expand Down