Skip to content

Commit

Permalink
Merge pull request #405 from dssg/remove_flask_from_matcher
Browse files Browse the repository at this point in the history
Remove flask from matcher requirements and dockerfile [Resolves #404]
  • Loading branch information
tweddielin authored Oct 18, 2018
2 parents b217948 + 622240b commit 08c466d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions matcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ ADD setup.py /csh/matcher/setup.py
RUN pip install --editable .

ENV PYTHONPATH /csh/matcher
ENV FLASK_APP matcher.api
ENV FLASK_DEBUG true

CMD flask run --host=0.0.0.0
CMD python manage.py
2 changes: 0 additions & 2 deletions matcher/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pandas==0.21.0
python-dateutil==2.6.1
pytz==2017.3
six==1.11.0
Flask==0.12.2
boto3==1.4.7
python-dotenv==0.7.1
s3fs==0.1.2
Expand All @@ -12,7 +11,6 @@ sklearn==0.0
psycopg2==2.7.3.2
redis
rq
flask_script
python-Levenshtein==0.12.0
recordlinkage
colorlog
Expand Down

0 comments on commit 08c466d

Please sign in to comment.