Skip to content

Commit 349a70c

Browse files
committed
fichiers Pipfile nécessaires pour le déploiement sur Scalingo
1 parent bdbd417 commit 349a70c

File tree

2 files changed

+845
-0
lines changed

2 files changed

+845
-0
lines changed

Pipfile

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
django = "<6.0.0,>=5.1.4"
8+
wagtail = "<7.0,>=6.1"
9+
django-dsfr = "<3.0.0,>=2.1.0"
10+
psycopg2-binary = "<3.0.0,>=2.9.9"
11+
python-dotenv = "<2.0.0,>=1.0.0"
12+
dj-database-url = "<3.0.0,>=2.1.0"
13+
gunicorn = "<23.0.0,>=22.0.0"
14+
django-sass-processor = "<2.0,>=1.3"
15+
libsass = "<1.0.0,>=0.22.0"
16+
dj-static = "<1.0.0,>=0.0.6"
17+
wagtailmenus = "<5.0,>=4.0"
18+
wagtail-modeladmin = "<3.0.0,>=2.0.0"
19+
wagtail-markdown = "<1.0.0,>=0.11.1"
20+
unidecode = "<2.0.0,>=1.3.8"
21+
django-storages = {extras = ["s3"], version = "<2.0.0,>=1.14.2"}
22+
boto3 = "==1.35.99"
23+
beautifulsoup4 = "<5.0.0,>=4.12.3"
24+
django-taggit = "<6.0.0,>=5.0.1"
25+
wagtail-localize = "<2.0,>=1.9"
26+
icalendar = "<6.0.0,>=5.0.13"
27+
faker = "<25.0.0,>=24.3.0"
28+
29+
[dev-packages]
30+
31+
[requires]
32+
python_version = "3.13"

0 commit comments

Comments
 (0)