Skip to content

Commit b9c4181

Browse files
committed
Update to dependency release specs
1 parent d03474e commit b9c4181

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ EXPOSE 8181
1212

1313
RUN apt-get update && \
1414
apt-get install -y \
15-
git \
1615
jq \
1716
curl \
1817
gcc \
1918
python3-dev \
2019
swig \
21-
libssl-dev git
20+
libssl-dev
2221

2322
COPY . /neon_messagebus
2423
WORKDIR /neon_messagebus

requirements/docker.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
neon-mana-utils~=0.3
2-
#neon-utils[sentry]~=1.12
3-
# TODO: Uncomment above when neon-utils is not installed from git
2+
neon-utils[sentry]~=1.12

requirements/requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
#neon-messagebus-mq-connector~=1.0,>=1.0.1a1
2-
neon-messagebus-mq-connector @ git+https://github.com/neongeckocom/neon-messagebus-mq-connector@FEAT_ExternalErrorCallback
1+
neon-messagebus-mq-connector~=1.0,>=1.0.1a2
32
neon-mq-connector~=0.9,>=0.9.1a1
43
ovos-messagebus~=0.0.4
54
ovos-utils~=0.0,>=0.0.32
65
ovos-config~=0.1
76
ovos-bus-client~=0.0,>=0.0.6
87
tornado~=6.0,>=6.0.3
9-
#neon-utils[network]~=1.6
10-
neon-utils[network,sentry] @ git+https://github.com/neongeckocom/neon-utils@FEAT_HttpStatusServer#egg=neon-utils
8+
neon-utils[network]~=1.6,>=1.12.2a2
119
click~=8.0
1210
click-default-group~=1.2

0 commit comments

Comments
 (0)