File tree Expand file tree Collapse file tree 3 files changed +21
-18
lines changed
Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Testing
5252
5353To run all the tests the only thing you need to do is run::
5454
55- pip install -r tests/requirements/requirements_base .txt
55+ pip install -r tests/requirements/requirements_dev .txt
5656 python test_settings.py
5757
5858
Original file line number Diff line number Diff line change 1- setuptools
2- beautifulsoup4
3- coverage[toml]
4- django-app-helper
5- factory-boy
6- ruff
7- freezegun
8- lxml
9- mock
10- pillow
11- pyflakes>=2.1.1
12- python-dateutil
13- mysqlclient>=2.2.1
14- psycopg2
15- setuptools
16-
17- djangocms-text
1+ -r requirements_dev.txt
2+ mysqlclient
3+ psycopg3
Original file line number Diff line number Diff line change 1+ setuptools
2+ beautifulsoup4
3+ coverage[toml]
4+ django-app-helper
5+ factory-boy
6+ ruff
7+ freezegun
8+ lxml
9+ mock
10+ pillow
11+ pyflakes>=2.1.1
12+ python-dateutil
13+ mysqlclient==2.0.3
14+ psycopg2
15+ setuptools
16+
17+ djangocms-text
You can’t perform that action at this time.
0 commit comments