We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a27f79 commit 30498a8Copy full SHA for 30498a8
2 files changed
python/sources/influxdb_3/dockerfile
@@ -1,12 +1,5 @@
1
FROM python:3.12.5-slim-bookworm
2
3
-# TODO: remove this RUN block when done doing "@ git+" install in requirements.txt
4
-# This should be done BEFORE merging PR
5
-RUN apt-get update && \
6
- apt-get install -y git && \
7
- apt-get clean && \
8
- rm -rf /var/lib/apt/lists/*
9
-
10
# Set environment variables for non-interactive setup and unbuffered output
11
ENV DEBIAN_FRONTEND=noninteractive \
12
PYTHONUNBUFFERED=1 \
python/sources/influxdb_3/requirements.txt
@@ -1,4 +1,3 @@
-# TODO: remove "@ git+" version of install before merging PR
-quixstreams[influxdb3] @ git+https://github.com/quixio/quix-streams.git@source/influxdb
+quixstreams[influxdb3]==3.17.0
python-dotenv
python-dateutil
0 commit comments