-
- Downloads
Merge branch 'main' into 'dev'
# Conflicts: # .gitlab-ci.yml
No related branches found
No related tags found
Pipeline #824540 waiting for manual action
Stage: linting
Stage: testing
Stage: security
Stage: docs
Showing
- .gitlab-ci.yml 14 additions, 4 deletions.gitlab-ci.yml
- CONTRIBUTING.md 112 additions, 0 deletionsCONTRIBUTING.md
- README.md 5 additions, 2 deletionsREADME.md
- examples/matplotlib_example.py 1 addition, 1 deletionexamples/matplotlib_example.py
- plotid/publish.py 2 additions, 9 deletionsplotid/publish.py
- plotid/tagplot_image.py 1 addition, 1 deletionplotid/tagplot_image.py
- plotid/tagplot_matplotlib.py 1 addition, 1 deletionplotid/tagplot_matplotlib.py
- requirements.txt 4 additions, 0 deletionsrequirements.txt
- tests/test_publish.py 13 additions, 12 deletionstests/test_publish.py
... | @@ -3,6 +3,7 @@ cycler==0.11.0 | ... | @@ -3,6 +3,7 @@ cycler==0.11.0 |
fonttools==4.32.0 | fonttools==4.32.0 | ||
kiwisolver==1.4.2 | kiwisolver==1.4.2 | ||
matplotlib==3.5.2 | matplotlib==3.5.2 | ||
myst-parser==0.18.0 | |||
numpy==1.22.3 | numpy==1.22.3 | ||
packaging==21.3 | packaging==21.3 | ||
Pillow==9.1.0 | Pillow==9.1.0 | ||
... | @@ -10,3 +11,6 @@ pyparsing==3.0.8 | ... | @@ -10,3 +11,6 @@ pyparsing==3.0.8 |
python-dateutil==2.8.2 | python-dateutil==2.8.2 | ||
qrcode==7.3.1 | qrcode==7.3.1 | ||
six==1.16.0 | six==1.16.0 | ||
Sphinx==5.0.2 | |||
sphinx-autoapi==1.8.4 | |||
sphinx-rtd-theme==1.0.0 |
Please register or sign in to comment