Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
501d8125
Commit
501d8125
authored
1 month ago
by
Podosochnyy Maxim
Browse files
Options
Downloads
Patches
Plain Diff
Добавлена возможность установки item'ов
parent
212d467c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!81
Добавлена возможность установки item'ов
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/extension_service/Dockerfile
+1
-1
1 addition, 1 deletion
examples/extension_service/Dockerfile
examples/extension_service/Dockerfile.local
+1
-1
1 addition, 1 deletion
examples/extension_service/Dockerfile.local
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
examples/extension_service/Dockerfile
+
1
−
1
View file @
501d8125
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
examples/extension_service/Dockerfile.local
+
1
−
1
View file @
501d8125
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
501d8125
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment