Skip to content

Commit ad52f5c

Browse files
committed
Extract database dependencies out of requirements_base.txt
1 parent e2e5e8d commit ad52f5c

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Testing
5252

5353
To 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

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
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
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)