mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-27 10:13:02 +00:00
Cleanup dependencies
This commit is contained in:
parent
94c6c73615
commit
15fc5cd73f
@ -9,8 +9,8 @@ py37-django22:
|
|||||||
- >
|
- >
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install --no-install-recommends -t buster-backports -y
|
apt-get install --no-install-recommends -t buster-backports -y
|
||||||
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
|
python3-django python3-django-reversion python3-djangorestframework
|
||||||
python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
|
python3-docutils tox
|
||||||
script: tox -e py37
|
script: tox -e py37
|
||||||
|
|
||||||
py38-django22:
|
py38-django22:
|
||||||
@ -22,8 +22,8 @@ py38-django22:
|
|||||||
- >
|
- >
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install --no-install-recommends -y
|
apt-get install --no-install-recommends -y
|
||||||
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
|
python3-django python3-django-reversion python3-djangorestframework
|
||||||
python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
|
python3-docutils tox
|
||||||
script: tox -e py38
|
script: tox -e py38
|
||||||
|
|
||||||
py39-django22:
|
py39-django22:
|
||||||
@ -33,13 +33,13 @@ py39-django22:
|
|||||||
- >
|
- >
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install --no-install-recommends -y
|
apt-get install --no-install-recommends -y
|
||||||
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
|
python3-django python3-django-reversion python3-djangorestframework
|
||||||
python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
|
python3-docutils tox
|
||||||
script: tox -e py39
|
script: tox -e py39
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: debian:buster-backports
|
image: debian:bullseye
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y tox
|
- apt-get update && apt-get install -y tox
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
Django~=2.2.10
|
docutils~=0.16 # for Django-admin docs
|
||||||
docutils~=0.14
|
Django~=2.2
|
||||||
Pillow>=8.0.1
|
|
||||||
pytz~=2020.4
|
|
||||||
six~=1.15
|
|
||||||
sqlparse~=0.3
|
|
||||||
django-filter~=2.4
|
django-filter~=2.4
|
||||||
django-reversion~=3.0
|
django-reversion~=3.0
|
||||||
python-stdnum~=1.14
|
djangorestframework~=3.12
|
||||||
djangorestframework~=3.12.1
|
django_extensions~=3.0
|
||||||
pyyaml~=5.3.1
|
|
||||||
coreapi~=2.3.3
|
|
||||||
django_extensions~=3.1
|
|
||||||
|
Loading…
Reference in New Issue
Block a user