GitHub / betagouv / mec-connect
Applicatif permettant de connecter le portail "Mon Espace Collectivité" à des service externes, comme Grist.
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/betagouv%2Fmec-connect
étoiles: 0
forks: 0
issues ouvertes: 8
licence: None
langage: Python
taille: 300 ko
dépendances analysées:
142
date de création: il y a 11 mois
date de mise à jour: il y a 7 mois
enregistré: il y a 5 mois
dernière synchronisation: il y a 5 jours
requirements.txt
pypi
- amqp ==5.2.0
- annotated-types ==0.7.0
- anyio ==4.4.0
- asgiref ==3.8.1
- billiard ==4.2.0
- celery ==5.4.0
- certifi ==2024.8.30
- click ==8.1.7
- click-didyoumean ==0.3.1
- click-plugins ==1.1.1
- click-repl ==0.3.0
- colorama ==0.4.6
- django ==5.1.1
- django-celery-results ==2.5.1
- django-environ ==0.11.2
- django-extensions ==3.2.3
- django-model-utils ==4.5.1
- django-ninja ==1.3.0
- gunicorn ==22.0.0
- h11 ==0.14.0
- httpcore ==1.0.5
- httpx ==0.27.2
- idna ==3.10
- kombu ==5.4.1
- packaging ==24.1
- prompt-toolkit ==3.0.47
- psycopg2-binary ==2.9.9
- pydantic ==2.9.2
- pydantic-core ==2.23.4
- python-dateutil ==2.9.0.post0
- redis ==5.0.8
- sentry-sdk ==2.14.0
- six ==1.16.0
- sniffio ==1.3.1
- sqlparse ==0.5.1
- typing-extensions ==4.12.2
- tzdata ==2024.1
- urllib3 ==2.2.3
- vine ==5.1.0
- wcwidth ==0.2.13
- whitenoise ==6.7.0
.github/workflows/push_pr.yml
actions
- actions/checkout v4 composite
- kolok/deploy-to-scalingo v1 composite
- ncipollo/release-action v1 composite
.github/workflows/run_check.yml
actions
- actions/checkout v4 composite
- pre-commit-ci/lite-action v1.0.3 composite
- pre-commit/action v3.0.1 composite
.github/workflows/run_tests.yml
actions
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- snok/install-poetry v1 composite
- postgres * docker
docker-compose.yml
docker
- gristlabs/grist latest
- postgres 16-alpine
- redis 7-alpine
.github/workflows/push_main.yml
actions
- actions/checkout v4 composite
- kolok/deploy-to-scalingo v1 composite
pyproject.toml
pypi
- factory-boy ^3.3.0 develop
- ipython ^8.25.0 develop
- pytest ^8.3.3 develop
- pytest-django ^4.8.0 develop
- pytest-xdist ^3.6.1 develop
- ruff ^0.6.5 develop
- unittest-parametrize ^1.4.0 develop
- celery ^5.4.0
- django ^5.0.6
- django-celery-results ^2.5.1
- django-environ ^0.11.2
- django-extensions ^3.2.3
- django-model-utils ^4.5.1
- django-ninja ^1.1.0
- gunicorn ^22.0.0
- httpx ^0.27.0
- psycopg2-binary ^2.9.9
- python ^3.12
- redis ^5.0.4
- sentry-sdk ^2.11.0
- whitenoise ^6.6.0
poetry.lock
pypi
- amqp 5.2.0
- annotated-types 0.7.0
- anyio 4.4.0
- asgiref 3.8.1
- asttokens 2.4.1
- billiard 4.2.0
- celery 5.4.0
- certifi 2024.8.30
- click 8.1.7
- click-didyoumean 0.3.1
- click-plugins 1.1.1
- click-repl 0.3.0
- colorama 0.4.6
- decorator 5.1.1
- django 5.1.1
- django-celery-results 2.5.1
- django-environ 0.11.2
- django-extensions 3.2.3
- django-model-utils 4.5.1
- django-ninja 1.3.0
- execnet 2.1.1
- executing 2.1.0
- factory-boy 3.3.1
- faker 28.4.1
- gunicorn 22.0.0
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.2
- idna 3.10
- iniconfig 2.0.0
- ipython 8.27.0
- jedi 0.19.1
- kombu 5.4.1
- matplotlib-inline 0.1.7
- packaging 24.1
- parso 0.8.4
- pexpect 4.9.0
- pluggy 1.5.0
- prompt-toolkit 3.0.47
- psycopg2-binary 2.9.9
- ptyprocess 0.7.0
- pure-eval 0.2.3
- pydantic 2.9.2
- pydantic-core 2.23.4
- pygments 2.18.0
- pytest 8.3.3
- pytest-django 4.9.0
- pytest-xdist 3.6.1
- python-dateutil 2.9.0.post0
- redis 5.0.8
- ruff 0.6.5
- sentry-sdk 2.14.0
- six 1.16.0
- sniffio 1.3.1
- sqlparse 0.5.1
- stack-data 0.6.3
- traitlets 5.14.3
- typing-extensions 4.12.2
- tzdata 2024.1
- unittest-parametrize 1.4.0
- urllib3 2.2.3
- vine 5.1.0
- wcwidth 0.2.13
- whitenoise 6.7.0