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

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

parents 501d8125 36e7d4f1
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,15 @@ upload: ...@@ -15,3 +15,15 @@ upload:
- make release - make release
only: only:
- tags - tags
pages:
stage: upload
script:
- apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt
- pdoc ./perxis -o public -d google
artifacts:
paths:
- public
only:
- master
-r requirements.txt
pdoc==15.0.*
...@@ -8,6 +8,7 @@ charset-normalizer==3.3.2 ...@@ -8,6 +8,7 @@ charset-normalizer==3.3.2
grpcio==1.67.1 grpcio==1.67.1
idna==3.7 idna==3.7
oauthlib==3.2.2 oauthlib==3.2.2
google==3.0.0
protobuf==5.29.3 protobuf==5.29.3
PyJWT==2.8.0 PyJWT==2.8.0
requests==2.32.0 requests==2.32.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment