Skip to content

Commit

Permalink
Merge pull request #664 from airbnb/JJJ000--fix_requirement_doc
Browse files Browse the repository at this point in the history
try fix doc requirement deployment
  • Loading branch information
csharplus committed May 5, 2022
2 parents 1b9a7d0 + 881e2b6 commit b6f6616
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY . /app/knowledge-repo-$VERSION

COPY docker/entrypoint.sh /app/knowledge-repo-$VERSION

RUN ${PIP} install -r /app/knowledge-repo-$VERSION/docker/requirements.txt
RUN ${PIP} install -r /app/knowledge-repo-$VERSION/requirements.txt

WORKDIR /app/knowledge-repo-$VERSION

Expand Down
35 changes: 19 additions & 16 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
pyyaml
markdown
pygments
cooked_input
flask
Flask-Migrate
gitdb
gitpython
tabulate
cooked_input
requests
flask
flask_login
flask_principal
flask_mail
Flask-Migrate
sqlalchemy
jinja2>=2.7
werkzeug>=1.0
gunicorn
inflection
pyyaml
markdown==3.3.4
pygments==2.10.0
pyyaml
flask_login
flask_principal
flask_mail
gunicorn
inflection
pillow
weasyprint
nbformat
nbconvert[execute]
traitlets
ldap3
requests
weasyprint
File renamed without changes.

0 comments on commit b6f6616

Please sign in to comment.