Scaffold containerized Django/Wagtail app with core features
This commit is contained in:
22
requirements/base.txt
Normal file
22
requirements/base.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
Django~=5.2.0
|
||||
wagtail~=7.0.0
|
||||
wagtail-seo~=3.1.1
|
||||
psycopg2-binary~=2.9.0
|
||||
Pillow~=11.0.0
|
||||
django-taggit~=6.0.0
|
||||
whitenoise~=6.0.0
|
||||
gunicorn~=23.0.0
|
||||
python-dotenv~=1.0.0
|
||||
dj-database-url~=2.2.0
|
||||
django-tailwind~=3.8.0
|
||||
django-csp~=3.8.0
|
||||
pytest~=8.3.0
|
||||
pytest-django~=4.9.0
|
||||
pytest-cov~=5.0.0
|
||||
pytest-benchmark~=4.0.0
|
||||
factory-boy~=3.3.0
|
||||
wagtail-factories~=4.2.0
|
||||
feedparser~=6.0.0
|
||||
ruff~=0.6.0
|
||||
mypy~=1.11.0
|
||||
django-stubs~=5.1.0
|
||||
Reference in New Issue
Block a user