Compare commits

...

3 Commits
v1.1 ... main

Author SHA1 Message Date
bc689a1067 Actualiser helm-chart/values.yaml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-03-06 11:07:41 +01:00
e2880f47dc Ajouter requirements.txt
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-06 11:07:00 +01:00
0fc41226c2 Actualiser requirements2.txt
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-06 11:06:21 +01:00
3 changed files with 10 additions and 5 deletions

View File

@ -8,7 +8,7 @@ image:
repository: code.groupe-genes.fr/labeds/Test_Johanne repository: code.groupe-genes.fr/labeds/Test_Johanne
pullPolicy: Always pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: 1.1 tag: 1.2
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""

View File

@ -1,4 +1,5 @@
# oTree-may-not-overwrite-this-file # oTree-may-overwrite-this-file
otree[mturk]>=3.3.11,<5 # IF YOU MODIFY THIS FILE, remove this comment.
psycopg2>=2.8.4,<2.9 # otherwise, oTree will automatically overwrite it.
sentry-sdk==0.7.9 otree>=5.0.0a21
psycopg2>=2.8.4

4
requirements2.txt Normal file
View File

@ -0,0 +1,4 @@
# oTree-may-not-overwrite-this-file
otree[mturk]>=3.3.11,<5
psycopg2>=2.8.4,<2.9
sentry-sdk==0.7.9