Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdey committed Apr 5, 2021
2 parents aefa6d4 + e382fd6 commit e845e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devtools/manage_package-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gitdb2==2.0.5
GitPython==2.1.11
PyYAML==5.1
PyYAML==5.4
smmap2==2.0.5
2 changes: 1 addition & 1 deletion src/backend/Dockerfile.mq-worker
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN pip install -e .

## Container specific installation part
RUN pip install tornado==4.2
RUN pip install nats-client
RUN pip install nats-client>=0.8.4

# Install python backend packages in develop mode
WORKDIR /srv/caliopen/src/backend/interfaces/NATS/py.client
Expand Down
2 changes: 1 addition & 1 deletion src/backend/interfaces/NATS/py.client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version = re.compile(r".*__version__ = '(.*?)'", re.S).match(v_file.read()).group(1)

requires = [
'nats-client<0.8',
'nats-client>=0.8.4',
'tornado==4.2',]

if (os.path.isfile('./requirements.deps')):
Expand Down

0 comments on commit e845e9c

Please sign in to comment.