Skip to content
Snippets Groups Projects
Commit 501d8125 authored by Podosochnyy Maxim's avatar Podosochnyy Maxim
Browse files

Добавлена возможность установки item'ов

parent 212d467c
No related branches found
No related tags found
1 merge request!81Добавлена возможность установки item'ов
......@@ -11,7 +11,7 @@ ARG PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL}
ENV PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL
COPY . /home/${USER}/app
RUN pip install perxis==1.3.0
RUN pip install perxis==1.10.0
ENV PYTHONPATH="/home/perx/app"
ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
......
......@@ -11,7 +11,7 @@ ARG PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL}
ENV PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL
COPY . /home/${USER}/app
RUN pip install perxis==1.8.2
RUN pip install perxis==1.10.0
RUN pip install 'watchdog[watchmedo]'
ENV PYTHONPATH="/home/perx/app"
......
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='1.9.0',
version='1.10.0',
description='Perxis python client',
long_description=long_description,
long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment