Skip to content
Snippets Groups Projects
Commit 5273a2f9 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'master' into update_doc

parents 56d5610a 772c6660
No related branches found
No related tags found
1 merge request!103Update file install.rst
...@@ -20,6 +20,13 @@ export default { ...@@ -20,6 +20,13 @@ export default {
{ hid: 'description', name: 'description', content: '' }, { hid: 'description', name: 'description', content: '' },
{ name: 'format-detection', content: 'telephone=no' } { name: 'format-detection', content: 'telephone=no' }
], ],
script: [
{
defer: true,
'data-domain': "jass.pasteur.fr",
src: "https://plausible.pasteur.cloud/js/script.js"
}
],
link: [ link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
] ]
......
...@@ -3,7 +3,7 @@ flask-cors ...@@ -3,7 +3,7 @@ flask-cors
aiohttp aiohttp
python_dateutil python_dateutil
setuptools setuptools
numpy numpy<2.0.0
pandas pandas
tables tables
scipy scipy
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment