Skip to content

Commit

Permalink
Merge pull request #4 from jbarlow-mcafee/pin-tornado-4.5.3
Browse files Browse the repository at this point in the history
Pin tornado version to 4.5.3
  • Loading branch information
chrissmith-mcafee committed Mar 16, 2018
2 parents 410aa6f + abdd08b commit d85f8a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ VOLUME ["/opt/dxlconsole-config"]
EXPOSE 8443

# Install required packages
RUN pip install "tornado" "dxlbootstrap>=0.1.3" "dxlclient"
RUN pip install "tornado<5" "dxlbootstrap>=0.1.3" "dxlclient"

# Copy application files
COPY . /tmp/build
Expand Down
2 changes: 1 addition & 1 deletion dxlconsole/_version.py
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

# Requirements
install_requires=[
"tornado",
"tornado<5",
"dxlbootstrap>=0.1.3",
"dxlclient",
"beautifulSoup4"
Expand Down

0 comments on commit d85f8a5

Please sign in to comment.