Skip to content

Commit

Permalink
Merge pull request #48 from hydroshare/celery-upgrade
Browse files Browse the repository at this point in the history
upgrade celery and kombu
  • Loading branch information
sblack-usu authored Feb 26, 2020
2 parents ff761c7 + 361a455 commit 58a8b92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN ./configure --with-python --with-geos=yes \
&& sudo ldconfig
WORKDIR /

# Install iRODS v.4.2.6
# Install iRODS
RUN wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add - \
&& echo "deb [arch=amd64] https://packages.irods.org/apt/ trusty main" | \
sudo tee /etc/apt/sources.list.d/renci-irods.list \
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
amqp==2.5.0
amqp==2.5.2
anyjson==0.3.3
arrow==0.7.0
autopep8==1.2.2
bagit==1.5.4
celery==4.3.0
celery==4.4.0
cffi==1.11.5
click==6.7
coreapi==2.3.3
coverage==4.0.3
cycler==0.10.0
#defusedexpat==0.4
defusedxml==0.4.1
Django==1.11.23
Django==1.11.28
django-appconf==1.0.2
django-autocomplete-light==2.3.3
django-braces==1.9.0
Expand Down Expand Up @@ -56,11 +56,11 @@ gunicorn==19.6.0
html5lib==0.9999999
inflection==0.3.1
isodate==0.5.4
Jinja2==2.10
Jinja2==2.10.1
jsonpointer==1.14
jsonschema==2.6.0
keepalive==0.5
kombu==4.6.3
kombu==4.6.7
lxml==4.4.0
#mapnik==0.1
Markdown==3.0.1
Expand Down Expand Up @@ -95,7 +95,7 @@ python-crfsuite==0.9.6
python-dateutil==2.5.3
python-irodsclient==0.8.1
pytz==2016.3
PyYAML==5.1
PyYAML==5.1.2
rcssmin==1.0.6
rdflib==4.0.1
redis==2.10.5
Expand Down

0 comments on commit 58a8b92

Please sign in to comment.