File tree Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1+ flit>=3.8
2+ coverage[toml]>=7.0,<8.0
3+ factory-boy==3.2.1
4+ wagtail-factories>=4.1.0
5+ tblib==1.7.0
Original file line number Diff line number Diff line change 1- # Test requirements.
2- black >= 23.7.0
3- ruff =0.0.285
1+ pre-commit
42
53# Runtime requirements
6- Django >= 3.2 ,< 5.0
7- wagtail >= 4.1
8- graphene-django >= 3.0.0
9- factory-boy == 3.2.1
10- wagtail-factories >= 4.1.0
11- django-cors-headers == 3.4.0
4+ django-cors-headers >= 4.2.0
125wagtailmedia >= 0.13
13- wagtail-headless-preview
146dj-database-url == 2.1.0
15- # for postgres testing
7+
168psycopg2 >= 2.9.5 ,< 3.0.0
179
10+ # Test requirements.
11+ -r requirements-dev.txt
1812
1913# Your app in editable mode.
2014-e ../
Original file line number Diff line number Diff line change @@ -28,15 +28,11 @@ setenv =
2828change_dir = {tox_root}/tests
2929
3030deps =
31- flit>=3.8
32- coverage[toml]>=7.0,<8.0
33- factory-boy ==3.2.1
34- wagtail-factories>=4.1.0
3531 django-cors-headers>=4.2.0
3632 wagtailmedia>=0.13
3733 dj-database-url ==2.1.0
3834 psycopg2>=2.9.5,<3.0.0
39- tblib ==1.7.0
35+ -r {tox_root}/tests/requirements-test.txt
4036
4137 django32: Django>=3.2,<3.3
4238 django41: Django>=4.1,<4.2
You can’t perform that action at this time.
0 commit comments