File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
2
2
3
- RUN pip install celery~=4.3 passlib[bcrypt] tenacity requests emails "fastapi==0.47.1" "pydantic==1.4" uvicorn gunicorn pyjwt python-multipart email_validator jinja2 psycopg2-binary alembic SQLAlchemy "farmOS==0.1.6b1 "
3
+ RUN pip install celery~=4.3 passlib[bcrypt] tenacity requests emails "fastapi==0.47.1" "pydantic==1.4" uvicorn gunicorn pyjwt python-multipart email_validator jinja2 psycopg2-binary alembic SQLAlchemy "farmOS==0.1.6b2 "
4
4
5
5
# Load farm registration configuration.
6
6
ARG OPEN_FARM_REGISTRATION
Original file line number Diff line number Diff line change 1
1
FROM python:3.7
2
2
3
- RUN pip install raven celery~=4.3 passlib[bcrypt] tenacity requests "fastapi==0.47.1" "pydantic==1.4" emails pyjwt email_validator jinja2 psycopg2-binary alembic SQLAlchemy "farmOS==0.1.6b1 "
3
+ RUN pip install raven celery~=4.3 passlib[bcrypt] tenacity requests "fastapi==0.47.1" "pydantic==1.4" emails pyjwt email_validator jinja2 psycopg2-binary alembic SQLAlchemy "farmOS==0.1.6b2 "
4
4
5
5
# Load farm registration configuration.
6
6
ARG OPEN_FARM_REGISTRATION
Original file line number Diff line number Diff line change 1
1
FROM python:3.7
2
2
3
- RUN pip install requests pytest tenacity passlib[bcrypt] celery~=4.3 "fastapi==0.47.1" "pydantic==1.4" pyjwt psycopg2-binary SQLAlchemy "farmOS==0.1.6b1 "
3
+ RUN pip install requests pytest tenacity passlib[bcrypt] celery~=4.3 "fastapi==0.47.1" "pydantic==1.4" pyjwt psycopg2-binary SQLAlchemy "farmOS==0.1.6b2 "
4
4
5
5
# Load farm registration configuration.
6
6
ARG OPEN_FARM_REGISTRATION
You can’t perform that action at this time.
0 commit comments